ListMeetingTagsResponse constructor

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

Implementation

ListMeetingTagsResponse({
  this.tags,
});