merge abstract method
Merges this entity with other.
This is used for conflict resolution, especially when using CRDT fields.
Implementation
DatumEntityInterface merge(covariant DatumEntityInterface other);
Merges this entity with other.
This is used for conflict resolution, especially when using CRDT fields.
DatumEntityInterface merge(covariant DatumEntityInterface other);