menu
bmi_global package
documentation
utils/parsers.dart
toInt function
toInt function
dark_mode
light_mode
toInt
function
int
toInt
(
String
string
)
Implementation
int toInt(String string) { return int.tryParse(string) ?? 0; }
bmi_global package
documentation
utils/parsers
toInt function
parsers library