DatumSyncCompletedEvent<T extends DatumEntityInterface> class

Event fired when a synchronization cycle completes.

Inheritance

Constructors

DatumSyncCompletedEvent({required String userId, required DatumSyncResult<DatumEntityInterface> result, DateTime? timestamp})
Creates a sync completed event.

Properties

hashCode int
The hash code for this object.
no setterinherited
result DatumSyncResult<DatumEntityInterface>
The result of the completed synchronization cycle.
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