MethodInvocation constructor
MethodInvocation(
- Expression? callee,
- List<
Expression?> ? argumentList, - SelectAstClass? selectAstClass,
- List<
Expression?> ? typeArgumentList, { - Map? ast,
Implementation
MethodInvocation(this.callee, this.argumentList, this.selectAstClass,
this.typeArgumentList,
{Map? ast})
: super(ast: ast);