maxValue property

double get maxValue

Calculates the maximum value between fromValue and toValue.

Implementation

double get maxValue => max(fromValue, toValue);