menu
flutter_extended package
documentation
extensions/ext_string.dart
ExtString
toInt property
toInt property
dark_mode
light_mode
toInt
property
int
get
toInt
Converts the string to an integer.
Implementation
int get toInt => int.parse(this);
flutter_extended package
documentation
extensions/ext_string
ExtString
toInt property
ExtString extension on
String