reduce property

T Function(T acc, T input) reduce
final

Implementation

final T Function(T acc, T input) reduce;