collections property
Gets all the collections (chunks) created by the ListGenerator.
Implementation
List<List<T>> get collections => _collections;
Gets all the collections (chunks) created by the ListGenerator.
List<List<T>> get collections => _collections;