CancelConfirmationStatus enum Null safety
Constants
- CONFIRMED → const CancelConfirmationStatus
-
const CancelConfirmationStatus(1)
- DENIED → const CancelConfirmationStatus
-
const CancelConfirmationStatus(2)
- UNKNOWN → const CancelConfirmationStatus
-
const CancelConfirmationStatus(0)
-
values
→ const List<
CancelConfirmationStatus> -
A constant List of the values in this enum, in order of their declaration.
const List<
CancelConfirmationStatus>
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