toFlatten method

List<D> toFlatten()

Implementation

List<D> toFlatten() => [for (final list in this) ...list];