NameCheckType enum

NameCheckType

  • Enum for Type of Check to Perform
Inheritance

Constructors

NameCheckType()
const

Values

All → const NameCheckType

NameCheckType.All: Check for all NameStatus

Available → const NameCheckType

NameCheckType.Available: Checks if Name is Available

Blocked → const NameCheckType

NameCheckType.Blocked: Checks if Name is Blocked

Restricted → const NameCheckType

NameCheckType.Restricted: Checks if Name is Restricted

Unblocked → const NameCheckType

NameCheckType.Unblocked: Checks if Name is Unblocked

Unrestricted → const NameCheckType

NameCheckType.Unrestricted: Checks if Name is Unrestricted

Unavailable → const NameCheckType

NameCheckType.Unavailable: Checks if Name is Unavailable

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