UniqueId property
String?
get
UniqueId
Implementation
String? get UniqueId => this._uniqueId;
set
UniqueId
(String? value)
Implementation
set UniqueId(String? value) => this._uniqueId = value;