CallInstruction constructor
CallInstruction({})
Implementation
CallInstruction({
required super.offset,
this.receiver,
required this.methodName,
required this.arguments,
this.result,
});
CallInstruction({
required super.offset,
this.receiver,
required this.methodName,
required this.arguments,
this.result,
});