menu
webf package
documentation
css.dart
TokenizerHelpers
isDigit static method
isDigit static method
dark_mode
light_mode
isDigit
static method
bool
isDigit
(
int
c
)
Implementation
static bool isDigit(int c) { return (c >= 48 /*0*/ && c <= 57 /*9*/); }
webf package
documentation
css
TokenizerHelpers
isDigit static method
TokenizerHelpers class