IndexedStringValueMapper typedef

IndexedStringValueMapper = String? Function(int index)

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

See also:

Implementation

typedef IndexedStringValueMapper = String? Function(int index);