srcdoc property

String srcdoc

Implementation

String get srcdoc => js_util.getProperty(this, 'srcdoc');
void srcdoc=(String newValue)

Implementation

set srcdoc(String newValue) {
  js_util.setProperty(this, 'srcdoc', newValue);
}