UserFlag enum

Inheritance

Constructors

UserFlag()
const

Values

staff → const UserFlag

Discord Employee

partner → const UserFlag

Partnered Server Owner

hypesquad → const UserFlag

HypeSquad Events Coordinator

bugHunterLevel1 → const UserFlag

Bug Hunter Level 1

hypesquadOnlineHouse1 → const UserFlag

House Bravery Member

hypesquadOnlineHouse2 → const UserFlag

House Brilliance Member

hypesquadOnlineHouse3 → const UserFlag

House Balance Member

premiumEarlySupporter → const UserFlag

Early Nitro Supporter

teamPseudoUser → const UserFlag

User is a team

bugHunterLevel2 → const UserFlag

Bug Hunter Level 2

verifiedBot → const UserFlag

Verified Bot

verifiedDeveloper → const UserFlag

Early Verified Bot Developer

certifiedModerator → const UserFlag

Discord Certified Moderator

botHttpInteractions → const UserFlag

Bot uses only HTTP interactions and is shown in the online member list

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<UserFlag>
A constant List of the values in this enum, in order of their declaration.