serviceUrl property
String?
get
serviceUrl
Implementation
String? get serviceUrl => _serviceUrl;
set
serviceUrl
(String? val)
Implementation
set serviceUrl(String? val) {
_serviceUrl = val;
_setServiceUrl(val);
}