MatrixUtil.positionAdjustmentPattern
class MatrixUtil
protected
enum positionAdjustmentPattern =
[[1, 1, 1, 1, 1], [1, 0, 0, 0, 1], [1, 0, 1, 0, 1], [1, 0, 0, 0, 1], [1, 1, 1, 1, 1]];
qrcode encoder matrixutil MatrixUtil
manifest constantsstatic functions
Position adjustment pattern.
@var array