NameStatus enum

NameStatus

  • Enum for Status of Provided Name
Inheritance

Constructors

NameStatus()
const

Values

Default → const NameStatus

NameStatus.Default: Default Status and Type.

Returning → const NameStatus

NameStatus.Returning: Name is taken, user is returning.

TooShort → const NameStatus

NameStatus.Available: Name length is < 4 characters.

Available → const NameStatus

NameStatus.Available: Name is Available.

Unavailable → const NameStatus

NameStatus.Unavailable: Name is Taken.

Blocked → const NameStatus

NameStatus.Blocked: Name is on Blocked List.

Restricted → const NameStatus

NameStatus.Restricted: Name is on Restricted List.

DeviceRegistered → const NameStatus

NameStatus.DeviceRegistered: Device is already registered.

InvalidCharacters → const NameStatus

NameStatus.InvalidCharacters: Name has invalid characters.

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