category property
ContentCategory
get
category
Implementation
ContentCategory get category =>
ContentCategory.fromValue(js_util.getProperty(this, 'category'));
set
category
(ContentCategory newValue)
Implementation
set category(ContentCategory newValue) {
js_util.setProperty(this, 'category', newValue.value);
}