PendingOp<T, Id> class
Indicates the hold job that will be sent remotely while online.
Constructors
- PendingOp.new({required String opId, required SyncScope scope, required PendingOpType type, required Id id, required T? payload, required DateTime updatedAt})
-
const
Properties
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