RgaList<T> constructor
const
RgaList<T> ({
- required String replicaId,
Creates an empty sequence owned by replicaId.
Implementation
const RgaList({required this.replicaId})
: _nodes = const {},
_counter = 0;