GetDomainSettingsResponse constructor

GetDomainSettingsResponse()
Initializes a new instance of the

Implementation

GetDomainSettingsResponse() : super() {
  this._domain = "";
  this._settings = new Map<DomainSettingName?, Object?>();
  this._domainSettingErrors = <DomainSettingError>[];
}