OnChildren<T> typedef

OnChildren<T> = List<T> Function(T value)

Implementation

typedef OnChildren<T> = List<T> Function(T value);