tags property

List<String> get tags

Gets the tags for this revision.

Implementation

List<String> get tags => List.unmodifiable(_tags);