menu
hyphenator_impure package
documentation
hyphenator.dart
StringIsDigit
isDigit property
isDigit property
dark_mode
light_mode
isDigit
property
bool
get
isDigit
Implementation
bool get isDigit => double.tryParse(this) != null;
hyphenator_impure package
documentation
hyphenator
StringIsDigit
isDigit property
StringIsDigit extension on
String