innerText property

String innerText

Implementation

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

Implementation

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