menu
chess_loloof64 package
documentation
chess_loloof64.dart
Chess
is_digit static method
is_digit static method
dark_mode
light_mode
is_digit
static method
bool
is_digit
(
String
c
)
Is the given char a digit ?
Implementation
static bool is_digit(String c) { return '0123456789'.contains(c); }
chess_loloof64 package
documentation
chess_loloof64
Chess
is_digit static method
Chess class