convertValuesTo abstract method Null safety
- DisplayMode next,
- 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);