RgaText.fromMap constructor
Deserializes a document; pass this device's replicaId for local edits.
Implementation
factory RgaText.fromMap(Map<String, dynamic> map, {String? replicaId}) => RgaText._(RgaList<String>.fromMap(map, (v) => v as String, replicaId: replicaId));