allItems property

List<M> allItems

Implementation

List<M> get allItems {
  return dataSource.config.pages.values.expand((element) => element).toList();
}