expandedItems property

List<T> get expandedItems

Implementation

List<T> get expandedItems => expanded.value.map((i) => items[i]).toList();