InvalidCommandChannelException.withValues constructor
      const
      InvalidCommandChannelException.withValues(])
     
    
Creates a InvalidCommandChannelException object that includes the values that triggered this exception.
Implementation
const InvalidCommandChannelException.withValues(
    this.commandChannel, this.queueChannel,
    [this.message]);