DiscordIntegrationApplication class

Constructors

DiscordIntegrationApplication.fromJson(Map<String, dynamic> json)
factory

Properties

bot DiscordUser?
the bot associated with this application
final
description String
the description ofthe app
final
hashCode int
The hash code for this object.
no setterinherited
icon String?
the icon hash of the app
final
id DiscordSnowflake
the id of the app
final
name String
the name of the app
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary String
the summary of the app
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

botEntry → const String
descriptionEntry → const String
iconEntry → const String
idEntry → const String
nameEntry → const String
summaryEntry → const String