Status_Status enum Null safety
Constructors
- Status_Status()
-
const
Values
- ok → const Status_Status
-
const Status_Status(0) - error → const Status_Status
-
const Status_Status(1) - rejection → const Status_Status
-
const Status_Status(2) - notSet → const Status_Status
-
const Status_Status(3)
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<
Status_Status> -
A constant List of the values in this enum, in order of their declaration.
[ok, error, rejection, notSet]