ElementConverter<T> typedef

ElementConverter<T> = T Function(Object? element)

Signature for transforming a single element while converting collections.

Implementation

typedef ElementConverter<T> = T Function(Object? element);