uri property

Uri get uri

Returns the path of the page to be a part of the URL.

It gets passed to RouteInformation as uri argument. It may contain query string parameters after '?'.

Implementation

// ignore: deprecated_member_use_from_same_package
Uri get uri => Uri.parse(location);