menu
epos_frontend_shared package
documentation
utils/shared_utils.dart
isNumeric function
isNumeric function
dark_mode
light_mode
isNumeric
function
bool
isNumeric
(
String
s
)
Implementation
bool isNumeric(String s) => double.tryParse(s) != null;
epos_frontend_shared package
documentation
utils/shared_utils
isNumeric function
shared_utils library