menu
orkitt package
documentation
utils.dart
StringExt
toInt method
toInt method
dark_mode
light_mode
toInt
method
int
toInt
(
)
Converts the string to an integer.
Implementation
int toInt() => int.parse(this);
orkitt package
documentation
utils
StringExt
toInt method
StringExt extension on
String