BrokerInterface constructor

const BrokerInterface({
  1. required String queueName,
  2. bool durable = true,
  3. Type? brokerService,
})

Implementation

const BrokerInterface({
  required this.queueName,
  this.durable = true,
  this.brokerService,
});