Func5<T, A, B, C, D, E> typedef
Null safety
Implementation
typedef Func5<T, A, B, C, D, E> = T Function([A a, B b, C c, D d, E e]);
typedef Func5<T, A, B, C, D, E> = T Function([A a, B b, C c, D d, E e]);