uri property
Uri
get
uri
The URI of the request.
Example:
request.uri // http://example.com/user/123
Implementation
Uri get uri;
The URI of the request.
request.uri // http://example.com/user/123
Uri get uri;