menu
zxing_lib package
documentation
qrcode.dart
MinimalEncoder
isNumeric static method
isNumeric static method
dark_mode
light_mode
isNumeric
static method
bool
isNumeric
(
int
c
)
Implementation
static bool isNumeric(int c) { return c >= 48 /*'0'*/ && c <= 57 /*'9'*/; }
zxing_lib package
documentation
qrcode
MinimalEncoder
isNumeric static method
MinimalEncoder class