uuid property

String get uuid

Implementation

String get uuid {
  _uuid ??= _idGenerator.nextId();
  return _uuid!;
}