IdentityState class
- Inheritance
-
- Object
- EnumClass
- IdentityState
Properties
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
Static Properties
-
serializer
→ Serializer<
IdentityState> -
no setter
-
values
→ BuiltSet<
IdentityState> -
no setter
Static Methods
-
valueOf(
String name) → IdentityState
Constants
- active → const IdentityState
-
The state can either be
active
orinactive
. - inactive → const IdentityState
-
The state can either be
active
orinactive
.