location property

String location

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

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

Implementation

String get location => '/';