OAuth2Guild class Null safety
A mini guild object with permissions for OAuth2Info.
- Inheritance
- Object
- SnowflakeEntity
- OAuth2Guild
Properties
- createdAt → DateTime
-
Gets creation timestamp included in Snowflake
read-only, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- icon ↔ String
-
The guild's icon hash.
read / write, final, late
- id → Snowflake
-
ID of entity as Snowflake
final, inherited
- name ↔ String
-
The guild's name
read / write, final, late
- permissions ↔ Permissions
-
The permissions you have on that guild.
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 guilds 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