itemValue property
Function to extract the value to store when an item is selected.
If null, the entire item is used as the value.
Implementation
final ItemValueAccessor<T, V>? itemValue;
Function to extract the value to store when an item is selected.
If null, the entire item is used as the value.
final ItemValueAccessor<T, V>? itemValue;