maxValue property
Q
get
maxValue
The maximum value in this range.
Implementation
Q get maxValue => _maxValue ??= (q1.valueSI > q2.valueSI) ? q1 : q2;
The maximum value in this range.
Q get maxValue => _maxValue ??= (q1.valueSI > q2.valueSI) ? q1 : q2;