ValueMapper<T> typedef

ValueMapper<T> = num Function(T)

Implementation

typedef ValueMapper<T> = num Function(T);