CRDTRecord class
Constructors
-
CRDTRecord({required String id, required Map<
String, dynamic> data, required VectorClock clock, bool tombstone = false})
Properties
Methods
-
merge(
CRDTRecord other) → CRDTRecord -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited