flatten property

VectorNode Function(ReadonlyArray<Object>, [Object?, num?]) get flatten

Implementation

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

Implementation

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