menu
cdart package
documentation
ctype.dart
isdigit function
isdigit function
dark_mode
light_mode
isdigit
function
bool
isdigit
(
String
ch
)
Implementation
bool isdigit(String ch) => RegExp(r'^[0-9]$').hasMatch(ch[0]);
cdart package
documentation
ctype
isdigit function
ctype library