uri property

Uri uri

Current URI object in the "real form", as it should be shown in browser's URL bar.

This is constructed from pathBlueprintSegments and queryParameters, with the addition of replacing each pathBlueprintSegment of the form ':*' with a coresponding value from pathParameters.

See more at configure.

Implementation

Uri get uri => _uri;