URI extension

on

Properties

domain → String

Available on Uri, provided by the URI extension

no setter
page → String?

Available on Uri, provided by the URI extension

no setter
pageExtension → String?

Available on Uri, provided by the URI extension

no setter
url → String

Available on Uri, provided by the URI extension

no setter

Methods

addParameter(String key, String value) → Uri

Available on Uri, provided by the URI extension

asFilePath({String? domain}) → String?

Available on Uri, provided by the URI extension

asFolderPath({String? domain}) → String

Available on Uri, provided by the URI extension

removeEmptySegments() → Uri

Available on Uri, provided by the URI extension

removePage() → Uri

Available on Uri, provided by the URI extension

removeQuery() → Uri

Available on Uri, provided by the URI extension

setPage(String page) → Uri

Available on Uri, provided by the URI extension

toAbsolute({String? domain}) → Uri

Available on Uri, provided by the URI extension

Static Properties

rootHost ↔ String

Available on Uri, provided by the URI extension

getter/setter pair
rootPath ↔ String

Available on Uri, provided by the URI extension

getter/setter pair

Static Methods

parse(String? url, {String? domain}) → Uri?

Available on Uri, provided by the URI extension

toUriData(String url, {String? domain}) → Future<UriData?>

Available on Uri, provided by the URI extension