innerHTML property

String innerHTML

Implementation

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

Implementation

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