CommandHandlerSet<T>.custom constructor

CommandHandlerSet<T>.custom(
  1. List<CommandHandler<T>> _handlers, {
  2. required ValueParser<T> parser,
  3. ValuePrinter<T>? printer,
})

Implementation

CommandHandlerSet.custom(this._handlers,
    {required this.parser, this.printer});