UQrVersion constructor

const UQrVersion(
  1. int number,
  2. List<int> alignmentPatternCenters,
  3. List<UQrEcBlocks> ecBlocks
)

Implementation

const UQrVersion(this.number, this.alignmentPatternCenters, this.ecBlocks);