Uri uri

Source

Uri get uri {
  return new Uri(scheme: scheme, host: host, path: basePath);
}