functionExpressionInvocation abstract method

FunctionExpressionInvocation functionExpressionInvocation(
  1. Expression function,
  2. TypeArgumentList? typeArguments,
  3. ArgumentList argumentList
)

Returns a newly created function expression invocation.

Implementation

FunctionExpressionInvocation functionExpressionInvocation(Expression function,
    TypeArgumentList? typeArguments, ArgumentList argumentList);