innerText property

String innerText

Implementation

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

Implementation

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