createCDATASection property
CDATASection Function(String)
get
createCDATASection
Implementation
_i3.CDATASection Function(_i2.String) get createCDATASection =>
(_i2.String p0) => _i4.callMethod(
_i4.getProperty(
this,
'createCDATASection',
),
r'call',
[
this,
p0,
],
);
set
createCDATASection
(CDATASection value(String))
Implementation
set createCDATASection(_i3.CDATASection Function(_i2.String) value) {
_i4.setProperty(
this,
'createCDATASection',
_i4.allowInterop(value),
);
}