controller property Null safety
final
The state for a calculator instance is held both in the Controller, and in the Model referenced by the controller.
Implementation
final RealController controller;
The state for a calculator instance is held both in the Controller, and in the Model referenced by the controller.
final RealController controller;