Controller16 constructor Null safety

Controller16(
  1. Model16 model
)

Implementation

Controller16(this.model)
    : super(
          numbers: numbers,
          shortcuts: _shortcuts,
          lblOperation: Operations16.lbl,
          rtn: Operations.rtn);