findChildren property

List<SceneNode> Function([bool (SceneNode)?]) get findChildren

Implementation

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

Implementation

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