IndexedStringValueMapper typedef

IndexedStringValueMapper = String Function(int index)

Signature to return the string values from the data source based on the index.

Implementation

typedef IndexedStringValueMapper = String Function(int index);