reducer property

T Function(List values) reducer
final

Reduces the values of the current Pods returned by responder to a single value of type T, to update this Pod's value.

Implementation

final T Function(List<dynamic> values) reducer;