toMap abstract method

Map<String, dynamic> toMap()

Converts the CRDT state to a map for serialization.

Implementation

Map<String, dynamic> toMap();