CallExpression constructor

const CallExpression(
  1. AstNode callee,
  2. Token paren,
  3. List<AstNode> arguments
)

Implementation

const CallExpression(this.callee, this.paren, this.arguments);