itemKey property

  1. @override
ItemKeyAccessor<T, K>? itemKey
final

Function to extract a unique key from an item.

Implementation

@override
final ItemKeyAccessor<T, K>? itemKey;