Func2Opt1<A, B, R> typedef
Func2Opt1<A, B, R> =
R Function(A a, [B? b])
Implementation
typedef Func2Opt1<A, B, R> = R Function(A a, [B? b]);
typedef Func2Opt1<A, B, R> = R Function(A a, [B? b]);