IOAuth2Application class Null safety
- Implemented types
- Implementers
Constructors
Properties
- createdAt → DateTime
-
Gets creation timestamp included in Snowflake
read-only, inherited
- description → String
-
The app's description.
read-only
- hashCode → int
-
The hash code for this object.
read-only, inherited
- icon → String?
-
The app's icon hash.
read-only
- id → Snowflake
-
ID of entity as Snowflake
final, inherited
- name → String
-
The app's name.
read-only
-
rpcOrigins
→ List<
String> ? -
The app's RPC origins.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
iconUrl(
{String format = "png", int size = 512}) → String? - Returns url to apps icon
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited