QueueSummary constructor

QueueSummary({
  1. String? arn,
  2. String? id,
  3. String? name,
  4. QueueType? queueType,
})

Implementation

QueueSummary({
  this.arn,
  this.id,
  this.name,
  this.queueType,
});