floatCalc property Null safety

(void Function(Model<ProgramOperation> m)?) floatCalc
final

The calculation performed when the calculator is in floating-point mode.

Implementation

final void Function(Model m)? floatCalc;