Controller15 constructor Null safety

Controller15(
  1. Model15<Operation> model
)

Implementation

Controller15(this.model)
    : super(
          numbers: numbers,
          shortcuts: _shortcuts,
          lblOperation: Operations15.lbl15,
          rtn: Operations.rtn);