UniqueId property

String? get UniqueId
Gets the unique Id of the Exchange object.

Implementation

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

Implementation

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