findAll property

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

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();
set findAll (List<SceneNode> value([bool (SceneNode)?]))

Implementation

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