maxValue property

Q get maxValue

The maximum value in this range.

Implementation

Q get maxValue => _maxValue ??= (q1.valueSI > q2.valueSI) ? q1 : q2;