FormatterFun2<A, B> typedef

FormatterFun2<A, B> = String Function(A, B)

Implementation

typedef FormatterFun2<A, B> = String Function(A, B);