onRouteInformationParser method

RouteInformationParser<Object>? onRouteInformationParser()

Implementation

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