HandlerResponse constructor

HandlerResponse({
  1. Handler? nextHandler = null,
  2. dynamic result = _no_result,
})

Implementation

HandlerResponse({this.nextHandler = null, this.result = _no_result});