KeyGenerator<T> typedef

KeyGenerator<T> = String? Function(T input)

Implementation

typedef KeyGenerator<T> = String? Function(T input);