ActionType enum
Enum representing the types of actions that can be performed.
Inheritance
: - Object
- Enum
- ActionType
Available extensions
: - EnumName
Values
critical [→ const ActionType]
: A critical action that requires immediate attention and cannot be delayed.
optimistic [→ const ActionType]
: An optimistic action that can be performed with the assumption that it will succeed.
even if the result is not immediately confirmed.
Properties
[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::
[index] [→ int] : A numeric identifier for the enumerated value. ::: features no setterinherited :::
: Available on Enum, provided by the EnumName extension
The name of the enum value.
::: features no setter :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
Methods
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::
Operators
[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::
Constants
[values] [→ const List[<[ActionType]>]] : A constant List of the values in this enum, in order of their declaration.