menu
jetleaf_lang package
documentation
lang.dart
Double
toInt method
toInt method
dark_mode
light_mode
toInt
method
int
toInt
(
)
Returns the value as an int (truncated).
Implementation
int toInt() => _value.toInt();
jetleaf_lang package
documentation
lang
Double
toInt method
Double class