twonly-app-dependencies/qr/lib/src/mode.dart
2025-12-07 16:28:21 +01:00

4 lines
127 B
Dart

const int modeNumber = 1 << 0;
const int modeAlphaNum = 1 << 1;
const int mode8bitByte = 1 << 2;
const int modeKanji = 1 << 3;