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 pathPatternSegments and queryParameters, with the addition of replacing each pathPatternSegment of the form ':*' with a corresponding value from pathParameters.

See more at configure.

Implementation

Uri get uri => _uri;