menu
feexpay_flutter 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;
feexpay_flutter package
documentation
helpers
isNumeric function
helpers library