menu
zxing_lib package
documentation
datamatrix.dart
DataMatrixSymbolInfo144
getDataLengthForInterleavedBlock method
getDataLengthForInterleavedBlock method
dark_mode
light_mode
getDataLengthForInterleavedBlock
method
@
override
int
getDataLengthForInterleavedBlock
(
int
index
)
override
Implementation
@override int getDataLengthForInterleavedBlock(int index) { return (index <= 8) ? 156 : 155; }
zxing_lib package
documentation
datamatrix
DataMatrixSymbolInfo144
getDataLengthForInterleavedBlock method
DataMatrixSymbolInfo144 class