RdevCode enum

Inheritance
Available extensions

Values

Internal → const RdevCode
Cancelled → const RdevCode
Unknown → const RdevCode
InvalidArgument → const RdevCode
DeadlineExceeded → const RdevCode
NotFound → const RdevCode
AlreadyExists → const RdevCode
PermissionDenied → const RdevCode
ResourceExhausted → const RdevCode
FailedPrecondition → const RdevCode
Aborted → const RdevCode
OutOfRange → const RdevCode
Unimplemented → const RdevCode
Ok → const RdevCode
Unavailable → const RdevCode
DataLoss → const RdevCode
Unauthenticated → const RdevCode

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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<RdevCode>
A constant List of the values in this enum, in order of their declaration.