ErrorCorrectionLevel constructor

const ErrorCorrectionLevel({
  1. required int ecCodewordsPerBlock,
  2. required List<ErrorCorrectionBlock> ecBlocks,
})

Implementation

const ErrorCorrectionLevel({
  required this.ecCodewordsPerBlock,
  required this.ecBlocks,
});