Dart DocumentationbotFunc1<T1, TR>

Func1<T1, TR> typedef

typedef TR Func1<T1, TR>(T1 param);

typedef TR Func1(T1 param) #

typedef TR Func1<T1, TR>(T1 param);