newProgramInstruction abstract method Null safety

ProgramInstruction<OT> newProgramInstruction(
  1. OT operation,
  2. ArgDone arg
)

Create an instance of the model-specific ProgramInstruction subtype

Implementation

ProgramInstruction<OT> newProgramInstruction(OT operation, ArgDone arg);