curry property

HigherFn3<R, T0, T1, T2> get curry

Implementation

HigherFn3<R, T0, T1, T2> get curry => toCurry3(this);