centerValue property

Q get centerValue

The value at the center of the range.

Implementation

Q get centerValue => _centerValue ??= (q1 + q2) / 2.0 as Q;