location property

  1. @Deprecated('Use and override the "uri" getter instead.')
String location

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

@Deprecated('Use and override the "uri" getter instead.')
String get location => '/';