tags method

void tags(
  1. String tags
)

Tags in a comma-separated string @TagName would be a tag to limit ~@TagName would be a tag to exclude

Implementation

void tags(String tags) {
  _tags = tags;
}