MessageQueueOverflowException constructor

const MessageQueueOverflowException(
  1. int queueSize,
  2. int maxSize
)

Implementation

const MessageQueueOverflowException(this.queueSize, this.maxSize)
  : super('Message queue overflow: $queueSize > $maxSize');