Func4<T, A, B, C, D> typedef
Func4<T, A, B, C, D> =
T Function([A a, B b, C c, D d])
Implementation
typedef Func4<T, A, B, C, D> = T Function([A a, B b, C c, D d]);
typedef Func4<T, A, B, C, D> = T Function([A a, B b, C c, D d]);