menu
intl_phone_field 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_phone_field package
documentation
helpers
isNumeric function
helpers library