SCombinerMultipleFunction<R, T> typedef
SCombinerMultipleFunction<R, T> =
R Function(List<T> others)
Implementation
typedef SCombinerMultipleFunction<R, T> = R Function(List<T> others);
typedef SCombinerMultipleFunction<R, T> = R Function(List<T> others);