intersectsNode property

bool Function(Node) get intersectsNode

Implementation

_i2.bool Function(_i3.Node) get intersectsNode =>
    (_i3.Node p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'intersectsNode',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set intersectsNode (bool value(Node))

Implementation

set intersectsNode(_i2.bool Function(_i3.Node) value) {
  _i4.setProperty(
    this,
    'intersectsNode',
    _i4.allowInterop(value),
  );
}