menu
mp_chart_x package
documentation
mp/core/range.dart
Range
isSmaller method
isSmaller method
dark_mode
light_mode
isSmaller
method
bool
isSmaller
(
double
value
)
Implementation
bool isSmaller(double value) { return value < _from; }
mp_chart_x package
documentation
mp/core/range
Range
isSmaller method
Range class