menu
intl_phone_picker 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 && double.tryParse(s) != null;
intl_phone_picker package
documentation
helpers
isNumeric function
helpers library