menu
intl_field_phone package
documentation
helpers.dart
isNumeric function
isNumeric function
dark_mode
light_mode
isNumeric
function
bool
isNumeric
(
String
s
)
Implementation
bool
isNumeric(
String
s) => s.isNotEmpty &&
int
.tryParse(s.replaceAll(
"+"
,
""
)) !=
null
;
intl_field_phone package
documentation
helpers
isNumeric function
helpers library