ChartIndexedValueMapper<R> typedef

ChartIndexedValueMapper<R> = R? Function(int index)

Maps the index value.

Implementation

typedef ChartIndexedValueMapper<R> = R? Function(int index);