RgaText constructor
RgaText({
- required String replicaId,
Creates an empty document owned by replicaId.
Implementation
RgaText({required String replicaId}) : _chars = RgaList<String>(replicaId: replicaId);