flatMap property
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();