NormalArgOperation constructor Null safety
Implementation
NormalArgOperation(
{StackLift? stackLift,
required this.arg,
required String name,
this.maxOneByteOpcodes = 9999})
: _stackLift = stackLift ?? StackLift.enable,
super(name: name);