onRouteInformationParser method

RouteInformationParser<Object>? onRouteInformationParser()

Returns the Route Parser if any.

Implementation

RouteInformationParser<Object>? onRouteInformationParser() =>
    inRouteInformationParser != null ? inRouteInformationParser!() : null;