getEnclosureList property
NodeListOf<SVGGraphicsElement> Function(DOMRectReadOnly, [SVGElement?])
get
getEnclosureList
Implementation
_i3.NodeListOf<_i3.SVGGraphicsElement> Function(
_i3.DOMRectReadOnly, [
_i3.SVGElement?,
]) get getEnclosureList => (
_i3.DOMRectReadOnly p0, [
_i3.SVGElement? p1,
]) =>
_i4.callMethod(
_i4.getProperty(
this,
'getEnclosureList',
),
r'call',
[
this,
p0,
p1 ?? _i6.undefined,
],
);
set
getEnclosureList
(NodeListOf<SVGGraphicsElement> value(DOMRectReadOnly, [SVGElement?]))
Implementation
set getEnclosureList(
_i3.NodeListOf<_i3.SVGGraphicsElement> Function(
_i3.DOMRectReadOnly, [
_i3.SVGElement?,
]) value) {
_i4.setProperty(
this,
'getEnclosureList',
_i4.allowInterop(value),
);
}