url property
String
get
url
Get the base URL
Implementation
String get url {
// remove trailing slash
return _url.replaceAll(RegExp(r'/$'), '');
}
Get the base URL
String get url {
// remove trailing slash
return _url.replaceAll(RegExp(r'/$'), '');
}