ListTagsResponse constructor

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

Implementation

ListTagsResponse({
  this.tagList,
});