DaviObjectValueMapper<DATA> typedef

DaviObjectValueMapper<DATA> = Object? Function(DATA data)

Signature for a function that maps an Object value of a row.

Used by DaviColumn.

Implementation

typedef DaviObjectValueMapper<DATA> = Object? Function(DATA data);