location property

  1. @override
RouteInformation get location
override

The current location, including the optional per-entry RouteInformation.state.

Implementation

@override
RouteInformation get location => _entries.elementAt(index).info;