serviceUrl property

String? serviceUrl

Implementation

String? get serviceUrl => _serviceUrl;
void serviceUrl=(String? val)

Implementation

set serviceUrl(String? val) {
  _serviceUrl = val;
  _setServiceUrl(val);
}