InvalidCommandChannelException constructor

const InvalidCommandChannelException([
  1. String? message
])

Creates a InvalidCommandChannelException object.

Implementation

const InvalidCommandChannelException([this.message])
    : commandChannel = null,
      queueChannel = null;