Uri$Typings extension

on

Properties

authority String
Authority is the www.example.com part of http://www.example.com/some/path?query#fragment. The part between the first double slashes and the next slash.
no setter
fragment String
Fragment is the fragment part of http://www.example.com/some/path?query#fragment.
no setter
fsPath String
The string representing the corresponding file system path of this Uri.
no setter
path String
Path is the /some/path part of http://www.example.com/some/path?query#fragment.
no setter
query String
Query is the query part of http://www.example.com/some/path?query#fragment.
no setter
scheme String
Scheme is the http part of http://www.example.com/some/path?query#fragment. The part before the first colon.
no setter

Methods

toJSON() → dynamic
Returns a JSON representation of this Uri.
toString$([bool? skipEncoding]) String
Returns a string representation of this Uri. The representation and normalization of a URI depends on the scheme.
with$(IInline6 change) Uri
Derive a new Uri from this Uri.