innerHTML property

String innerHTML

Implementation

_i2.String get innerHTML => _i4.getProperty(
      this,
      'innerHTML',
    );
void innerHTML=(String value)

Implementation

set innerHTML(_i2.String value) {
  _i4.setProperty(
    this,
    'innerHTML',
    value,
  );
}