Function to extract a value for a given key from a data item.
final double Function(T data, String key) value;