menu
sugar package
documentation
core.dart
RoundableNumber<T extends num>
roundTo method
roundTo method
dark_mode
light_mode
roundTo
method
T
roundTo
(
num
value
)
Rounds this number to the nearest
value
.
Implementation
T roundTo(num value) => round(this, value);
sugar package
documentation
core
RoundableNumber<T extends num>
roundTo method
RoundableNumber extension on T