Dart Documentation
›
bot
›
Func2<T1, T2, TR>
Func2<T1, T2, TR>
typedef
Hide inherited
Code
typedef
TR
Func2(
T1
param1,
T2
param2)
#
typedef TR Func2<T1, T2, TR>(T1 param1, T2 param2);