html property

bool get html

Implementation

bool get html => js_util.getProperty(this, 'html');
set html (bool newValue)

Implementation

set html(bool newValue) {
  js_util.setProperty(this, 'html', newValue);
}