RegisterState enum Null safety
Constructors
- RegisterState()
-
const
Values
- initial → const RegisterState
-
RegisterState()
- loading1 → const RegisterState
-
RegisterState()
- loading2 → const RegisterState
-
RegisterState()
- loading3 → const RegisterState
-
RegisterState()
- success → const RegisterState
-
RegisterState()
- error → const RegisterState
-
RegisterState()
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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<
RegisterState> -
A constant List of the values in this enum, in order of their declaration.
[initial, loading1, loading2, loading3, success, error]