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