CrudBatch class
A batch of client-side changes.
Constructors
Properties
-
complete
↔ Future<
void> Function({String? writeCheckpoint}) -
Call to remove the changes from the local queue, once successfully uploaded.
getter/setter pair
-
crud
↔ List<
CrudEntry> -
List of client-side changes.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- haveMore ↔ bool
-
true if there are more changes in the local queue
getter/setter pair
- 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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited