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