MoveCall constructor

MoveCall(
  1. dynamic package,
  2. String module,
  3. String function,
  4. List<String>? typeArguments,
  5. List? arguments,
)

Implementation

MoveCall(
  this.package,
  this.module,
  this.function,
  this.typeArguments,
  this.arguments
);