NormalOperation.intOnly constructor Null safety
Implementation
NormalOperation.intOnly(
{void Function(ActiveState)? pressed,
StackLift? stackLift,
required void Function(Model) this.intCalc,
required String name,
this.endsDigitEntry = true})
: _pressed = pressed,
_stackLift = stackLift ?? StackLift.enable,
floatCalc = null,
complexCalc = null,
maxOneByteOpcodes = 9999,
super(name: name);