menu
reactter package
documentation
core.dart
ObjIntNullExt
round method
round method
dark_mode
light_mode
round
method
int
?
round
(
)
Returns
this
.
Implementation
int?
round() => value?.round();
reactter package
documentation
core
ObjIntNullExt
round method
ObjIntNullExt extension on
Obj
<
int
?
>
Properties
bitLength
isEven
isOdd
sign
Methods
abs
ceil
ceilToDouble
floor
floorToDouble
gcd
modInverse
modPow
round
roundToDouble
toRadixString
toSigned
toUnsigned
truncate
truncateToDouble