menu
flutter_data_components package
documentation
fdc.dart
FdcDecimal
toInt method
toInt method
dark_mode
light_mode
toInt
method
int
toInt
(
)
Truncates the fractional part and returns the integer component.
Implementation
int toInt() => toNum().toInt();
flutter_data_components package
documentation
fdc
FdcDecimal
toInt method
FdcDecimal class