CorrectedBitsResult constructor

CorrectedBitsResult(
  1. List<bool> correctBits,
  2. int ecLevel
)

Implementation

CorrectedBitsResult(this.correctBits, this.ecLevel);