Dart Documentation
›
bot
›
Func1<T1, TR>
Func1<T1, TR>
typedef
Hide inherited
typedef TR Func1<T1, TR>(T1 param);
Code
typedef
TR
Func1(
T1
param)
#
typedef TR Func1<T1, TR>(T1 param);