Func1<T, A> typedef

Func1<T, A> = T Function([A a])

Implementation

typedef Func1<T, A> = T Function([A a]);