initializeSystem abstract method Null safety

void initializeSystem(
  1. OperationMap<OT> layout,
  2. OT lbl,
  3. OT rtn
)

Called by our controller, which necessarily happens after the Model exists.

Implementation

void initializeSystem(OperationMap<OT> layout, OT lbl, OT rtn);