CorrectedBitsResult constructor

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

Implementation

CorrectedBitsResult(this.correctBits, this.errorsCorrected, this.ecLevel);