url property

String get url

Get the base URL

Implementation

String get url {
  // remove trailing slash
  return _url.replaceAll(RegExp(r'/$'), '');
}