itemValue property

ItemValueAccessor<T, V>? itemValue
final

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;