routeInformationParser property

RouteInformationParser<Object>? routeInformationParser
final

A delegate to parse the route information from the routeInformationProvider into a generic data type to be processed by the routerDelegate at a later stage.

This object will be used by the underlying Router.

The generic type T must match the generic type of the routerDelegate.

See also:

Implementation

final RouteInformationParser<Object>? routeInformationParser;