menu
dotsot package
documentation
extensions/string_extensions.dart
IsNumeric
isNumeric property
isNumeric property
dark_mode
light_mode
isNumeric
property
bool
get
isNumeric
Implementation
bool get isNumeric => double.tryParse(this) != null;
dotsot package
documentation
extensions/string_extensions
IsNumeric
isNumeric property
IsNumeric extension on
String