InvalidCommandChannelException.withValues constructor

const InvalidCommandChannelException.withValues(
  1. int? commandChannel,
  2. int? queueChannel, [
  3. String? message
])

Creates a InvalidCommandChannelException object that includes the values that triggered this exception.

Implementation

const InvalidCommandChannelException.withValues(
    this.commandChannel, this.queueChannel,
    [this.message]);