newProgramInstruction method Null safety
override
Create an instance of the model-specific ProgramInstruction subtype
Implementation
@override
ProgramInstruction<Operation> newProgramInstruction(
Operation operation, ArgDone arg) =>
ProgramInstruction16(operation, arg);