menu
yuro package
documentation
yuro_util/src/string.dart
StringExt
toInt method
toInt method
dark_mode
light_mode
toInt
method
int
?
toInt
(
)
Implementation
int? toInt() => int.tryParse(this);
yuro package
documentation
yuro_util/src/string
StringExt
toInt method
StringExt extension on
String