initializeSystem abstract method Null safety
- OperationMap<
OT> layout, - OT lbl,
- OT rtn
Called by our controller, which necessarily happens after the Model exists.
Implementation
void initializeSystem(OperationMap<OT> layout, OT lbl, OT rtn);
Called by our controller, which necessarily happens after the Model exists.
void initializeSystem(OperationMap<OT> layout, OT lbl, OT rtn);