routeInformationParser property

  1. @override
RouteInformationParser<RouteQuery> routeInformationParser
override

The RouteInformationParser that is used to configure the Router.

Implementation

@override
RouteInformationParser<RouteQuery> get routeInformationParser =>
    _routeInformationParser;