tempUUID property

String? get tempUUID

Implementation

String? get tempUUID => _$this._tempUUID;
set tempUUID (String? tempUUID)

Implementation

set tempUUID(String? tempUUID) => _$this._tempUUID = tempUUID;