srcdoc property
String
get
srcdoc
Implementation
String get srcdoc => js_util.getProperty(this, 'srcdoc');
set
srcdoc
(String newValue)
Implementation
set srcdoc(String newValue) {
js_util.setProperty(this, 'srcdoc', newValue);
}