FunctionCall constructor

FunctionCall(
  1. AST target,
  2. List<AST> args, [
  3. List<NamedExpr> namedArgs = const []
])

Implementation

FunctionCall(
  this.target,
  this.args, [
  this.namedArgs = const [],
]);