flatMap property

List<U> Function<U, This>(Object (T, num, List<T>), [This?]) flatMap

Implementation

_i2.List<U> Function<U, This>(
  _i2.Object Function(
    T,
    _i2.num,
    _i2.List<T>,
  ), [
  This?,
]) get flatMap => <U, This>(
      _i2.Object Function(
        T,
        _i2.num,
        _i2.List<T>,
      ) p0, [
      This? p1,
    ]) =>
        ((_i6.callMethod(
          _i6.getProperty(
            this,
            'flatMap',
          ),
          r'call',
          [
            this,
            _i6.allowInterop(p0),
            p1 ?? _i5.undefined,
          ],
        )) as _i2.List)
            .cast();
void flatMap=(List<U> value<U, This>(Object (T, num, List<T>), [This?]))

Implementation

set flatMap(
    _i2.List<U> Function<U, This>(
      _i2.Object Function(
        T,
        _i2.num,
        _i2.List<T>,
      ), [
      This?,
    ]) value) {
  _i6.setProperty(
    this,
    'flatMap',
    _i6.allowInterop(value),
  );
}