intCalc property Null safety
override
The calculation performed when the calculator is in integer mode.
Implementation
@override
void Function(Model m)? get intCalc => null;
The calculation performed when the calculator is in integer mode.
@override
void Function(Model m)? get intCalc => null;