ListQueueTagsResult constructor

ListQueueTagsResult({
  1. Map<String, String>? tags,
})

Implementation

ListQueueTagsResult({
  this.tags,
});