ParamExtractor typedef
ParamExtractor =
dynamic Function(RequestEntity request)
Function used to extract a param, like the body or an header from a request
Implementation
typedef ParamExtractor = dynamic Function(RequestEntity request);