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