uuid property

String? get uuid

Implementation

String? get uuid => _$this._uuid;
set uuid (String? uuid)

Implementation

set uuid(String? uuid) => _$this._uuid = uuid;