cloneContents property
DocumentFragment Function()
get
cloneContents
Implementation
_i3.DocumentFragment Function() get cloneContents => () => _i4.callMethod(
_i4.getProperty(
this,
'cloneContents',
),
r'call',
[this],
);
set
cloneContents
(DocumentFragment value())
Implementation
set cloneContents(_i3.DocumentFragment Function() value) {
_i4.setProperty(
this,
'cloneContents',
_i4.allowInterop(value),
);
}