GuildDeleteEvent class Null safety
Sent when you leave a guild.
Properties
-
guild
↔ Cacheable<
Snowflake, Guild> -
The guild.
read / write, final, late
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
True if guild is unavailable which means disconnected due discord side problems
False if user was kicked from guild
read / write, final, late
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