PendingOp<T, Id> class

Indicates the hold job that will be sent remotely while online.

Constructors

PendingOp({required String opId, required SyncScope scope, required PendingOpType type, required Id id, required T? payload, required DateTime updatedAt})
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
id → Id
final
opId → String
final
payload → T?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scope → SyncScope
final
type → PendingOpType
final
updatedAt → DateTime
final

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