ListTagsResponse constructor

ListTagsResponse({
  1. List<Tag>? tags,
})

Implementation

ListTagsResponse({
  this.tags,
});