menu
my package
documentation
util/extension/num.dart
NumExtension
round property
round property
dark_mode
light_mode
round
property
num
get
round
Returns the closest integer to the number.
Implementation
num get round => roundToDouble();
my package
documentation
util/extension/num
NumExtension
round property
NumExtension extension on
num