Code128Decoder constructor

const Code128Decoder({
  1. bool? enabled,
  2. int? length1,
  3. int? length2,
  4. bool? redundancy,
  5. bool? enablePlain,
  6. bool? enableEan128,
  7. bool? enableIsbt128,
  8. Isbt128ContactMode? isbt128ConcatMode,
  9. bool? checkIsbtTable,
  10. SecurityLevel? securityLevel,
  11. bool? reducedQuietZone,
})

Implementation

const Code128Decoder({
  super.enabled,
  this.length1,
  this.length2,
  this.redundancy,
  this.enablePlain,
  this.enableEan128,
  this.enableIsbt128,
  this.isbt128ConcatMode,
  this.checkIsbtTable,
  this.securityLevel,
  this.reducedQuietZone,
});