url property
String
get
url
Getter for the uri
Implementation
String get url {
String uri = _url();
uri += '?';
uri += _mode();
uri += _format();
uri += _pretty();
uri += _summary();
uri += _urlElements();
return uri;
}