Operation
enum
Can be used to specify the type of operation you want to perform on the data in the store
- Inheritance
-
- Available extensions
Values
-
add
→ const Operation
-
Should be used when adding some data in the store
-
update
→ const Operation
-
Should be used when updating some data in the store
-
delete
→ const Operation
-
Should be used when deleting some data in the store
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
index
→ int
-
A numeric identifier for the enumerated value.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Constants
-
values
→ const List<Operation>
-
A constant List of the values in this enum, in order of their declaration.