innerHTML property

String get innerHTML

Implementation

String get innerHTML => js_util.getProperty(this, 'innerHTML');
set innerHTML (String newValue)

Implementation

set innerHTML(String newValue) {
  js_util.setProperty(this, 'innerHTML', newValue);
}