Func2<T, A, B> typedef

Func2<T, A, B> = T Function([A a, B b])

Implementation

typedef Func2<T, A, B> = T Function([A a, B b]);