DiscordUserFlag enum

Inheritance

Constructors

DiscordUserFlag()
const

Values

none → const DiscordUserFlag

0

staff → const DiscordUserFlag

1 << 0

partner → const DiscordUserFlag

1 << 1

hypesquad → const DiscordUserFlag

1 << 2

bugHunterLevel1 → const DiscordUserFlag

1 << 3

hypesquadOnlineHouse1 → const DiscordUserFlag

1 << 6

hypesquadOnlineHouse2 → const DiscordUserFlag

1 << 7

hypesquadOnlineHouse3 → const DiscordUserFlag

1 << 8

premiumEarlySupporter → const DiscordUserFlag

1 << 9

teamPseudoUser → const DiscordUserFlag

1 << 10

bugHunterLevel2 → const DiscordUserFlag

1 << 14

verifiedBot → const DiscordUserFlag

1 << 16

verifiedDeveloper → const DiscordUserFlag

1 << 17

certifiedModerator → const DiscordUserFlag

1 << 18

botHttpInteractions → const DiscordUserFlag

1 << 19

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<DiscordUserFlag>
A constant List of the values in this enum, in order of their declaration.