Domain property

String? Domain
Gets the domain this response applies to.

Implementation

String? get Domain => this._domain;
void Domain=(String? value)

Implementation

set Domain(String? value) => this._domain = value;