functionReference abstract method
FunctionReference
functionReference({
- required Expression function,
- TypeArgumentList? typeArguments,
Returns a newly created function reference. The typeArguments
can be
null
if there are no type arguments being applied to the function.
Implementation
FunctionReference functionReference(
{required Expression function, TypeArgumentList? typeArguments});