MethodCall constructor

MethodCall(
  1. AST receiver,
  2. String name,
  3. List<AST> args, [
  4. List<NamedExpr> namedArgs = const [],
])

Implementation

MethodCall(this.receiver, this.name, this.args, [this.namedArgs = const []]);