MethodInvocation constructor

MethodInvocation(
  1. AstRuntimeNode? callee,
  2. List<AstRuntimeNode> argumentList,
  3. bool isNullAware
)

Implementation

MethodInvocation(this.callee, this.argumentList, this.isNullAware);