menu
zxing_lib package
documentation
datamatrix.dart
DefaultPlacement
getBit method
getBit method
dark_mode
light_mode
getBit
method
bool
getBit
(
int
col
,
int
row
)
Implementation
bool getBit(int col, int row) { return _bits[row * _numCols + col] == 1; }
zxing_lib package
documentation
datamatrix
DefaultPlacement
getBit method
DefaultPlacement class