replyQueueName property

String replyQueueName

Implementation

String get replyQueueName =>
    _replyQueue?.name ?? (throw Exception('Reply queue not initialized.'));