menu
octopus_extensions package
documentation
extensions.dart
StringExtensions
toInt method
toInt method
dark_mode
light_mode
toInt
method
int
toInt
(
)
Parses the string as an
int
number and returns the result.
Implementation
int toInt() => int.parse(this);
octopus_extensions package
documentation
extensions
StringExtensions
toInt method
StringExtensions extension on
String