innerText property
String
get
innerText
Implementation
_i2.String get innerText => _i4.getProperty(
this,
'innerText',
);
set
innerText
(String value)
Implementation
set innerText(_i2.String value) {
_i4.setProperty(
this,
'innerText',
value,
);
}