TwoTaker<A, B> typedef

TwoTaker<A, B> = dynamic Function(A a, B b)

Implementation

typedef TwoTaker<A, B>(A a, B b);