menu
datum package
documentation
source/core/models/crdt.dart
RgaNode<T>
id property
id property
dark_mode
light_mode
id
property
String
get
id
The globally unique element id.
Implementation
String get id => '$replicaId:$counter';
datum package
documentation
source/core/models/crdt
RgaNode<T>
id property
RgaNode class