CommandImpl<T> constructor

CommandImpl<T>(
  1. EventBus _bus, {
  2. String? path,
  3. int maxLen = 10,
})

Implementation

CommandImpl(this._bus, {String? path, this.maxLen = 10}) : _path = path;