GeneratorKey<GV, GK> typedef

GeneratorKey<GV, GK> = GK Function(GV value)

Definition os callback that's return a key for the toMap function

Implementation

typedef GeneratorKey<GV, GK> = GK Function(GV value);