OperationType enum
Operation to perform (move or copy).
Values
- move → const OperationType
-
const OperationType(r'move')
- copy → const OperationType
-
const OperationType(r'copy')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic json) → OperationType
Constants
-
values
→ const List<
OperationType> - A constant List of the values in this enum, in order of their declaration.