floatCalc property Null safety
override
The calculation performed when the calculator is in floating-point mode.
Implementation
@override
void Function(Model m)? get floatCalc => calc;
The calculation performed when the calculator is in floating-point mode.
@override
void Function(Model m)? get floatCalc => calc;