findAll property
Implementation
_i2.List<_i3.SceneNode> Function([_i2.bool Function(_i3.SceneNode)?])
get findAll =>
([_i2.bool Function(_i3.SceneNode)? p0]) => ((_i5.callMethod(
_i5.getProperty(
this,
'findAll',
),
r'call',
[
this,
p0 == null ? _i7.undefined : _i5.allowInterop(p0),
],
)) as _i2.List)
.cast();