DatumSyncEvent<T extends DatumEntityInterface> class
abstract
Base class for all synchronization-related events.
- Implementers
- Annotations
-
- @immutable
Constructors
- DatumSyncEvent({required String userId, DateTime? timestamp})
- Creates a base sync event.
Properties
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