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