DatumSyncStartedEvent<T extends DatumEntityBase> class

Event fired when a synchronization cycle starts.

Inheritance

Constructors

DatumSyncStartedEvent({required String userId, int pendingOperations = 0, DateTime? timestamp})
Creates a sync started event.

Properties

hashCode int
The hash code for this object.
no setterinherited
pendingOperations int
The number of pending operations to be synced.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
The time at which the event occurred.
finalinherited
userId String
The user ID associated with this event.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited