onRouteInformationParser method

RouteInformationParser<Object>? onRouteInformationParser()
inherited

Returns the Route Parser if any.

Implementation

RouteInformationParser<Object>? onRouteInformationParser() =>
    inRouteInformationParser?.call();