onRouteInformationParser method
Returns the Route Parser if any.
Implementation
RouteInformationParser<Object>? onRouteInformationParser() =>
inRouteInformationParser != null ? inRouteInformationParser!() : null;
Returns the Route Parser if any.
RouteInformationParser<Object>? onRouteInformationParser() =>
inRouteInformationParser != null ? inRouteInformationParser!() : null;