Action enum
Type of batch operation.
Values
- addObject → const Action
-
const Action(r'addObject')
- updateObject → const Action
-
const Action(r'updateObject')
- partialUpdateObject → const Action
-
const Action(r'partialUpdateObject')
- partialUpdateObjectNoCreate → const Action
-
const Action(r'partialUpdateObjectNoCreate')
- deleteObject → const Action
-
const Action(r'deleteObject')
- delete → const Action
-
const Action(r'delete')
- clear → const Action
-
const Action(r'clear')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - raw → dynamic
-
final
- 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
-
toJson(
) → dynamic -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited