displayItemKeys property
List<K>
get
displayItemKeys
Implementation
List<K> get displayItemKeys => value.displayItems.map((x) => x.key).toList();
List<K> get displayItemKeys => value.displayItems.map((x) => x.key).toList();