ListTagsResponse constructor

ListTagsResponse({
  1. required List<Tag> tagList,
  2. String? nextToken,
})

Implementation

ListTagsResponse({
  required this.tagList,
  this.nextToken,
});