FormatInfo constructor

const FormatInfo({
  1. required int errorCorrectionLevel,
  2. required int dataMask,
})

Implementation

const FormatInfo({
  required this.errorCorrectionLevel,
  required this.dataMask,
});