RoleTags class Null safety
Additional Role role tags which hold optional data about role
Properties
- botId ↔ Snowflake?
-
Holds Snowflake of bot id if role is for bot user
read / write, final, late
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- integrationId ↔ Snowflake?
-
Holds Snowflake of integration if role is part of twitch/other integration
read / write, final, late
- isBotRole → bool
-
Returns true if role is for bot.
read-only
- nitroRole ↔ bool
-
True if role is for server nitro boosting
read / write, final, late
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
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 ==(
Object other) → bool -
The equality operator. [...]
inherited