initializeSystem method Null safety

  1. @override
void initializeSystem(
  1. OperationMap<OT> layout,
  2. OT lbl,
  3. 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);