expandedItems property

List<T> get expandedItems

List of expanded data items.

Implementation

List<T> get expandedItems => getItems(expandedKeys);