outerHTML property

String outerHTML

Implementation

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

Implementation

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