PrimaryKeyGetDelegate<T> typedef
PrimaryKeyGetDelegate<T> =
dynamic Function(T item)
Implementation
typedef PrimaryKeyGetDelegate<T> = dynamic Function(T item);
typedef PrimaryKeyGetDelegate<T> = dynamic Function(T item);