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