CmdError constructor

CmdError(
  1. CmdErrorType errorType, {
  2. dynamic error,
})

Implementation

CmdError(this.errorType, {this.error});