I2of5Decoder constructor

const I2of5Decoder({
  1. bool? enabled,
  2. int? length1,
  3. int? length2,
  4. bool? redundancy,
  5. CheckDigitType? verifyCheckDigit,
  6. bool? reportCheckDigit,
  7. bool? convertToEan13,
  8. SecurityLevel? securityLevel,
  9. bool? reducedQuietZone,
  10. bool? febraban,
})

Implementation

const I2of5Decoder({
  super.enabled,
  this.length1,
  this.length2,
  this.redundancy,
  this.verifyCheckDigit,
  this.reportCheckDigit,
  this.convertToEan13,
  this.securityLevel,
  this.reducedQuietZone,
  this.febraban,
});