Dimensions constructor
Dimensions({
- Channel? channel,
- QueueReference? queue,
Implementation
Dimensions({
this.channel,
this.queue,
});
Dimensions({
this.channel,
this.queue,
});