UpdateQueueResponse constructor

UpdateQueueResponse({
  1. Queue? queue,
})

Implementation

UpdateQueueResponse({
  this.queue,
});