location property
The current location, including the optional per-entry RouteInformation.state.
Implementation
@override
RouteInformation get location => _entries.elementAt(index).info;
The current location, including the optional per-entry RouteInformation.state.
@override
RouteInformation get location => _entries.elementAt(index).info;