Application class
Constructors
-
Application.new({required bool botPublic, required bool botRequiresCodeGrant, String? coverImage, required String description, Snowflake? guildId, required Snowflake id, Map<
String, ApplicationIntegrationType> ? integrationConfig, required String name, String? icon, User? owner, Snowflake? primarySkuId, String? slug, required String summary}) -
Application.decode(Map<
String, dynamic> js) -
factory
- Application.fromJson(String js)
-
factory
Properties
- botPublic ↔ bool
-
getter/setter pair
- botRequiresCodeGrant ↔ bool
-
getter/setter pair
- coverImage ↔ String?
-
getter/setter pair
- description ↔ String
-
getter/setter pair
- guildId ↔ Snowflake?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon ↔ String?
-
getter/setter pair
- id ↔ Snowflake
-
getter/setter pair
-
integrationConfig
↔ Map<
String, ApplicationIntegrationType> ? -
getter/setter pair
- name ↔ String
-
getter/setter pair
- owner ↔ User?
-
getter/setter pair
- primarySkuId ↔ Snowflake?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slug ↔ String?
-
getter/setter pair
- summary ↔ String
-
getter/setter pair
Methods
-
encode(
) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited