CommandError<TParam> constructor

CommandError<TParam>(
  1. TParam? paramData,
  2. Object? error, {
  3. Command? command,
  4. String? commandName,
})

Implementation

CommandError(this.paramData, this.error, {this.command, this.commandName});