getSetTags property

Set<String> getSetTags

Get a set of all tags

Implementation

Set<String> get getSetTags {
  return tags;
}