ASTExpressionLocalFunctionInvocation constructor

ASTExpressionLocalFunctionInvocation(
  1. String name,
  2. List<ASTExpression> arguments
)

Implementation

ASTExpressionLocalFunctionInvocation(super.name, super.arguments);