getTags method

List<String> getTags()

Implementation

List<String> getTags() {
  return tags.toList();
}