IMemberFlags class Null safety
The flags associated with a member.
Constructors
Properties
- bypassesVerification → bool
-
Whether the member is exempt from guild verification requirements.
read-only
- completedOnboarding → bool
-
Whether the member has completed onboarding.
read-only
- didRejoin → bool
-
Whether the member has left and rejoined the guild.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- startedOnBoarding → bool
-
Wether the member has started onboarding.
read-only
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