collections property

List<List<T>> collections

Gets all the collections (chunks) created by the ListGenerator.

Implementation

List<List<T>> get collections => _collections;