html property

set html (bool? value)

Implementation

set html(bool? value) {
  js_util.setProperty(this, 'html', value ?? jsUndefined);
}