newProgramInstruction method Null safety

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

Create an instance of the model-specific ProgramInstruction subtype

Implementation

@override
ProgramInstruction<OT> newProgramInstruction(OT operation, ArgDone arg) =>
    _newProgramInstructionF(operation, arg);