Handler constructor

Handler({
  1. HandlerType type = HandlerType.route,
  2. required HandlerFunc handlerFunc,
})

Implementation

Handler({this.type = HandlerType.route, required this.handlerFunc});