Taker<T> typedef

Taker<T> = dynamic Function(T value)

Implementation

typedef Taker<T>(T value);