value property

  1. @override
double value
override

The current constant value of this member. After a Solver flush, this is value read by entities outside the Solver.

Implementation

@override
double get value => coefficient * variable.value;