convertValuesTo abstract method Null safety

void convertValuesTo(
  1. DisplayMode next,
  2. Model<ProgramOperation> model
)

Convert values in the model when switching between float and int, and vice-versa. We're switching from this mode to next. The 16C does interesting things with x and y here.

Implementation

void convertValuesTo(DisplayMode next, Model model);