getTags method

List<String> getTags()

Get topic's tags

Implementation

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