VerificationLevel enum

Inheritance

Constructors

VerificationLevel(int value)
const

Values

none → const VerificationLevel

Unrestricted

const VerificationLevel(0)
low → const VerificationLevel

Must have verified email on account

const VerificationLevel(1)
medium → const VerificationLevel

Must be registered on Discord for longer than 5 minutes

const VerificationLevel(2)
high → const VerificationLevel

Must be a member of the server for longer than 10 minutes

const VerificationLevel(3)
veryHigh → const VerificationLevel

Must have a verified phone number

const VerificationLevel(4)

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
value int
final

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