AddTagsOutput constructor

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

Implementation

AddTagsOutput({
  this.tags,
});