recordMap abstract method

Map<K, Record<V>> recordMap({
  1. Hlc? modifiedSince,
})

Retrieves CRDT map including HLCs. Useful for merging with other CRDTs. Use modifiedSince to get only the most recently modified records. See also toJson().

Implementation

Map<K, Record<V>> recordMap({Hlc? modifiedSince});