menu
zxing_lib package
documentation
datamatrix.dart
HighLevelEncoder
isDigit static method
isDigit static method
dark_mode
light_mode
isDigit
static method
bool
isDigit
(
int
chr
)
Implementation
static bool isDigit(int chr) { return chr >= 48 /* 0 */ && chr <= 57 /* 9 */; }
zxing_lib package
documentation
datamatrix
HighLevelEncoder
isDigit static method
HighLevelEncoder class