RoutingProfileQueueReference constructor

RoutingProfileQueueReference({
  1. required Channel channel,
  2. required String queueId,
})

Implementation

RoutingProfileQueueReference({
  required this.channel,
  required this.queueId,
});