setTags method

void setTags(
  1. List<String> newTags
)

Implementation

void setTags(List<String> newTags) {
  tags.value = newTags;
}