flattenedList property

List<T> get flattenedList

Implementation

List<T> get flattenedList => [for (final elements in this) ...elements];