findChildren property

Array<PageNode> Function([bool (PageNode)?]) get findChildren

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),
              ],
            );
set findChildren (Array<PageNode> value([bool (PageNode)?]))

Implementation

set findChildren(
    _i4.Array<_i3.PageNode> Function([_i2.bool Function(_i3.PageNode)?])
        value) {
  _i5.setProperty(
    this,
    'findChildren',
    _i5.allowInterop(value),
  );
}