displayItemKeys property
List<K>
get
displayItemKeys
Keys of currently displayed items.
Implementation
List<K> get displayItemKeys => displayItems.map((x) => x.key).toList();
Keys of currently displayed items.
List<K> get displayItemKeys => displayItems.map((x) => x.key).toList();