IdExtractor<T> typedef

IdExtractor<T> = String Function(T entity)

Helper to extract ID from entity

Implementation

typedef IdExtractor<T> = String Function(T entity);