DisplayModel constructor Null safety

DisplayModel(
  1. Model<ProgramOperation> model
)

Implementation

DisplayModel(Model model)
    : this._p(model, model.displayMode.format(model.x, model));