TypeHandler<T> constructor

TypeHandler<T>(
  1. FutureOr _handler(
    1. HttpRequest,
    2. HttpResponse,
    3. T
    )
)

Implementation

TypeHandler(this._handler);