srcdoc property
String
get
srcdoc
Sets or retrives the content of the page that is to contain.
Implementation
_i2.String get srcdoc => _i4.getProperty(
this,
'srcdoc',
);
set
srcdoc
(String value)
Implementation
set srcdoc(_i2.String value) {
_i4.setProperty(
this,
'srcdoc',
value,
);
}