TagUpdate constructor

TagUpdate(
  1. List<Tag> tags,
  2. List<String> selectionHistory
)

Implementation

TagUpdate(this.tags, this.selectionHistory);