intersect property

BooleanOperationNode Function(ReadonlyArray<Object>, Object, [num?]) get intersect

Implementation

_i3.BooleanOperationNode Function(
  _i4.ReadonlyArray<_i2.Object>,
  _i2.Object, [
  _i2.num?,
]) get intersect => (
      _i4.ReadonlyArray<_i2.Object> p0,
      _i2.Object p1, [
      _i2.num? p2,
    ]) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'intersect',
          ),
          r'call',
          [
            this,
            p0,
            p1,
            p2 ?? _i7.undefined,
          ],
        );
set intersect (BooleanOperationNode value(ReadonlyArray<Object>, Object, [num?]))

Implementation

set intersect(
    _i3.BooleanOperationNode Function(
      _i4.ReadonlyArray<_i2.Object>,
      _i2.Object, [
      _i2.num?,
    ]) value) {
  _i5.setProperty(
    this,
    'intersect',
    _i5.allowInterop(value),
  );
}