getAllTags property

List<String> getAllTags

Get a list of all tags

Implementation

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