IdReader<T> typedef

IdReader<T> = String? Function(T obj)

Function which extracts the primary key from an object.

Implementation

typedef IdReader<T> = String? Function(T obj);