functionExpression abstract method

FunctionExpression functionExpression(
  1. TypeParameterList? typeParameters,
  2. FormalParameterList? parameters,
  3. FunctionBody body
)

Returns a newly created function declaration.

Implementation

FunctionExpression functionExpression(TypeParameterList? typeParameters,
    FormalParameterList? parameters, FunctionBody body);