onParse property

(RouteInformation Function(RouteInformation)?) onParse
final

Used to inspect and/or modify the parsed RouteInformation before returning it for BeamerDelegate to use.

Implementation

final RouteInformation Function(RouteInformation)? onParse;