AFExtractParamDelegate typedef
AFExtractParamDelegate =
AFRouteParam Function(AFRouteParam original)
Delegate used to extract one route param from another, useful in nesting cases where one route param contains other route params that correspond to certain widgets within a screen.
Implementation
typedef AFExtractParamDelegate = AFRouteParam Function(AFRouteParam original);