onKey property

K Function(T) onKey
final

Callback, called when a key of type K identifying the provided T item is required.

Implementation

final K Function(T) onKey;