IUserFlags class Null safety
Constructors
Properties
- activeDeveloper → bool
-
True if user is an Active Developer.
read-only
- bugHunterLevel1 → bool
-
True if user has level one of Bug Hunter badge
read-only
- bugHunterLevel2 → bool
-
True if user has level two of Bug Hunter badge
read-only
- certifiedModerator → bool
-
True if user is Discord Certified Moderator
read-only
- discordEmployee → bool
-
True if user is discord employee
read-only
- discordPartner → bool
-
True if user is discord partner
read-only
- earlySupporter → bool
-
True if user has Early Supporter badge
read-only
- earlyVerifiedBotDeveloper → bool
-
True if user is Early Verified Bot Developer
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- houseBalance → bool
-
True if user has HypeSquad Balance badge
read-only
- houseBravery → bool
-
True if user has HypeSquad Bravery badge
read-only
- houseBrilliance → bool
-
True if user has HypeSquad Brilliance badge
read-only
- hypeSquadEvents → bool
-
True if user has HypeSquad Events badge
read-only
- raw → int
-
Raw flags value
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- system → bool
-
If user is system user
read-only
- teamUser → bool
-
Team User
read-only
- verifiedBot → bool
-
True if user is verified bot
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