findChildren property
Implementation
_i4.Array<_i3.PageNode> Function([_i2.bool Function(_i3.PageNode)?])
get findChildren =>
([_i2.bool Function(_i3.PageNode)? p0]) => _i5.callMethod(
_i5.getProperty(
this,
'findChildren',
),
r'call',
[
this,
p0 == null ? _i7.undefined : _i5.allowInterop(p0),
],
);