SafeMethodCall constructor

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

Implementation

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