menu
liwe3 package
documentation
utils/conversions.dart
toInt function
toInt function
dark_mode
light_mode
toInt
function
int
toInt
(
String
value
)
Implementation
int toInt(String value) { try { return int.parse(value); } catch (e) { return 0; } }
liwe3 package
documentation
utils/conversions
toInt function
conversions library