LastWriteWinsResolver<T extends DatumEntityBase> class
A simple conflict resolver that chooses the entity with the later modifiedAt timestamp.
- Implemented types
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
{T? local, T? remote, required DatumConflictContext context}) → FutureOr< DatumConflictResolution< T> > -
Resolves a conflict between a local and remote version of an entity.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited