partial3 method
Implementation
Function1<D, R> partial3(A first, B second, C third) =>
(D fourth) => this(first, second, third, fourth);
Function1<D, R> partial3(A first, B second, C third) =>
(D fourth) => this(first, second, third, fourth);