MethodInvocation constructor

MethodInvocation(
  1. Expression? callee,
  2. List<Expression?>? argumentList,
  3. SelectAstClass? selectAstClass,
  4. List<Expression?>? typeArgumentList, {
  5. Map? ast,
})

Implementation

MethodInvocation(this.callee, this.argumentList, this.selectAstClass,
    this.typeArgumentList,
    {Map? ast})
    : super(ast: ast);