OAuth2Application class Null safety
An OAuth2 application.
- Inheritance
- Object
- SnowflakeEntity
- OAuth2Application
- Implementers
Properties
- createdAt → DateTime
-
Gets creation timestamp included in Snowflake
read-only, inherited
- description ↔ String
-
The app's description.
read / write, final, late
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- icon ↔ String?
-
The app's icon hash.
read / write, final, late
- id → Snowflake
-
ID of entity as Snowflake
final, inherited
- name ↔ String
-
The app's name.
read / write, final, late
-
rpcOrigins
↔ List<
String> ? -
The app's RPC origins.
read / write, final, late
- 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 -
Returns a string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited