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