flat property

List Function<A, D extends num>([D?]) flat

Implementation

_i2.List<_i2.dynamic> Function<A, D extends _i2.num>([D?]) get flat =>
    <A, D extends _i2.num>([D? p0]) => ((_i6.callMethod(
          _i6.getProperty(
            this,
            'flat',
          ),
          r'call',
          [
            this,
            p0 ?? _i5.undefined,
          ],
        )) as _i2.List)
            .cast();
void flat=(List value<A, D extends num>([D?]))

Implementation

set flat(_i2.List<_i2.dynamic> Function<A, D extends _i2.num>([D?]) value) {
  _i6.setProperty(
    this,
    'flat',
    _i6.allowInterop(value),
  );
}