toRouteInformation method

  1. @override
RouteInformation toRouteInformation()
override

Creates a RouteInformation fro the state of type T.

Implementation

@override
RouteInformation toRouteInformation() =>
    RouteInformation(uri: uri, state: routeState);