QueueConfigurationDeprecated constructor

QueueConfigurationDeprecated(
  1. String? event,
  2. String? events,
  3. String? id,
  4. String? queue,
)

Implementation

QueueConfigurationDeprecated(
  this.event,
  this.events,
  this.id,
  this.queue,
);