handlerCache property

Map<String, Tuple4<List, Map<String, dynamic>, ParseResult<RouteResult>, MiddlewarePipeline>> handlerCache
final

Implementation

final Map<
    String,
    Tuple4<List, Map<String, dynamic>, ParseResult<RouteResult>,
        MiddlewarePipeline>> handlerCache = HashMap();