initializeSystem method Null safety
- OperationMap<
OT> layout, - OT lbl,
- OT rtn
override
Called by our controller, which necessarily happens after the Model exists.
Implementation
@override
void initializeSystem(OperationMap<OT> layout, OT lbl, OT rtn) => program =
ProgramMemory15<OT>(this, layout, model.returnStackSize, lbl, rtn);