menu
s_packages package
documentation
s_packages_extra2.dart
NumParsingTextX
tryToInt method
tryToInt method
dark_mode
light_mode
tryToInt
method
int
?
tryToInt
(
)
Attempts
toInt
, returning
null
on failure.
Implementation
int? tryToInt() => tryToNum()?.toInt();
s_packages package
documentation
s_packages_extra2
NumParsingTextX
tryToInt method
NumParsingTextX extension on
String