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
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