RgaText constructor

RgaText({
  1. required String replicaId,
})

Creates an empty document owned by replicaId.

Implementation

RgaText({required String replicaId}) : _chars = RgaList<String>(replicaId: replicaId);