itemKeyOf property

Object? Function(ItemType item)? itemKeyOf
final

Maps an item to a stable logical key used for picker selection.

Implementation

final Object? Function(ItemType item)? itemKeyOf;