ServiceUrl property
String?
get
ServiceUrl
Implementation
String? get ServiceUrl => this._serviceUrl;
set
ServiceUrl
(String? value)
Implementation
set ServiceUrl(String? value) => this._serviceUrl = value;