assignedNodes property
List<Node> Function([AssignedNodesOptions?])
get
assignedNodes
Implementation
_i2.List<_i3.Node> Function([_i3.AssignedNodesOptions?]) get assignedNodes =>
([_i3.AssignedNodesOptions? p0]) => ((_i4.callMethod(
_i4.getProperty(
this,
'assignedNodes',
),
r'call',
[
this,
p0 ?? _i6.undefined,
],
)) as _i2.List)
.cast();
set
assignedNodes
(List<Node> value([AssignedNodesOptions?]))
Implementation
set assignedNodes(
_i2.List<_i3.Node> Function([_i3.AssignedNodesOptions?]) value) {
_i4.setProperty(
this,
'assignedNodes',
_i4.allowInterop(value),
);
}