category property

ContentCategory category

Implementation

ContentCategory get category =>
    ContentCategory.fromValue(js_util.getProperty(this, 'category'));
void category=(ContentCategory newValue)

Implementation

set category(ContentCategory newValue) {
  js_util.setProperty(this, 'category', newValue.value);
}