HandlerResponse constructor
HandlerResponse({
- Handler? nextHandler = null,
- dynamic result = _no_result,
Implementation
HandlerResponse({this.nextHandler = null, this.result = _no_result});