srcdoc property

String srcdoc

Sets or retrives the content of the page that is to contain.

MDN Reference

Implementation

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

Implementation

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