totalValue property

double totalValue

Determines sum of the maxValue and absolute value of minValue.

Implementation

double get totalValue => maxValue - minValue;