IndexedDoubleValueMapper typedef
Signature to return the double values from the data source based on the index.
See also:
- IndexedStringValueMapper which is similar, but it returns a string.
Implementation
typedef IndexedDoubleValueMapper = double Function(int index);