union property

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

Implementation

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

Implementation

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