UserFlags enum
Values
- DiscordEmployee → const UserFlags
 - 
  
  
    
const UserFlags(1 << 0) - PartneredServerOwner → const UserFlags
 - 
  
  
    
const UserFlags(1 << 1) - HypeSquadEvents → const UserFlags
 - 
  
  
    
const UserFlags(1 << 2) - BugHunterLv1 → const UserFlags
 - 
  
  
    
const UserFlags(1 << 3) - HouseBravery → const UserFlags
 - 
  
  
    
const UserFlags(1 << 6) - HouseBrilliance → const UserFlags
 - 
  
  
    
const UserFlags(1 << 7) - HouseBalance → const UserFlags
 - 
  
  
    
const UserFlags(1 << 8) - EarlyNitro → const UserFlags
 - 
  
  
    
const UserFlags(1 << 9) - Team → const UserFlags
 - 
  
  
    
const UserFlags(1 << 10) - BugHunterLv2 → const UserFlags
 - 
  
  
    
const UserFlags(1 << 14) - VerifiedBot → const UserFlags
 - 
  
  
    
const UserFlags(1 << 16) - VerifiedEarlyDeveloper → const UserFlags
 - 
  
  
    
const UserFlags(1 << 17) - ModeratorProgramAlumni → const UserFlags
 - 
  
  
    
const UserFlags(1 << 18) - BotHTTP → const UserFlags
 - 
  
  
    
const UserFlags(1 << 19) - ActiveDeveloper → const UserFlags
 - 
  
  
    
const UserFlags(1 << 22) 
Properties
- flags → int
 - 
  
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - index → int
 - 
  A numeric identifier for the enumerated value.
  no setterinherited
 - name → String
 - 
      
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited