Mapper<T> typedef

Mapper<T> = T? Function(dynamic input)

A mapping function that maps records to the specified type.

Implementation

typedef Mapper<T> = T? Function(dynamic input);