ForEachMapper<T> typedef

ForEachMapper<T> = void Function(T value, bool isFirst, bool isLast, int index)

Implementation

typedef ForEachMapper<T> = void Function(
    T value, bool isFirst, bool isLast, int index);