menu
flutter_data_components package
documentation
fdc.dart
FdcDecimal
round method
round method
dark_mode
light_mode
round
method
int
round
(
)
Rounds to the nearest integer value.
Implementation
int round() => _roundToInteger().toInt();
flutter_data_components package
documentation
fdc
FdcDecimal
round method
FdcDecimal class