I2of5Decoder constructor
const
I2of5Decoder({
- bool? enabled,
- int? length1,
- int? length2,
- bool? redundancy,
- CheckDigitType? verifyCheckDigit,
- bool? reportCheckDigit,
- bool? convertToEan13,
- SecurityLevel? securityLevel,
- bool? reducedQuietZone,
- 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,
});