Dimensions constructor

Dimensions({
  1. Channel? channel,
  2. QueueReference? queue,
})

Implementation

Dimensions({
  this.channel,
  this.queue,
});