QRCode Generator implemented in pure Kotlin
//qrcode-kotlin/io.github.g0dkar.qrcode.internals/QRCodeSquare/QRCodeSquare
[common] constructor(dark: Boolean, row: Int, col: Int, moduleSize: Int, squareInfo: QRCodeSquareInfo = QRCodeSquareInfo(DEFAULT, UNKNOWN))