tags property

List<IContentTag>? tags

Property getter and setter for tags:

Implementation

List<IContentTag>? get tags;
void tags=(List<IContentTag>? tags)

Implementation

set tags(List<IContentTag>? tags);