menu
my_utility package
documentation
math/double_with_tolerance.dart
DoubleWithTolerance
operator <= method
operator <= method
dark_mode
light_mode
operator <=
method
bool
operator <=
(
Object
other
)
Implementation
bool operator <=(Object other) => _isNumber(other) && isLessThanOrEqual(other);
my_utility package
documentation
math/double_with_tolerance
DoubleWithTolerance
operator <= method
DoubleWithTolerance class