UpcEanParamsDecoder constructor

const UpcEanParamsDecoder({
  1. bool? enabled,
  2. bool? booklandCode,
  3. BooklandFormat? booklandFormat,
  4. bool? convertDataBarToUpcEan,
  5. bool? couponCode,
  6. bool? linearDecode,
  7. bool? randomWeightCheckDigit,
  8. SecurityLevel? securityLevel,
  9. bool? supplemental2,
  10. bool? supplemental5,
  11. SupplementalMode? supplementalMode,
  12. int? supplementalRetries,
  13. CouponReport? couponReport,
  14. bool? eanZeroExtend,
  15. bool? reducedQuietZone,
})

Implementation

const UpcEanParamsDecoder({
  super.enabled,
  this.booklandCode,
  this.booklandFormat,
  this.convertDataBarToUpcEan,
  this.couponCode,
  this.linearDecode,
  this.randomWeightCheckDigit,
  this.securityLevel,
  this.supplemental2,
  this.supplemental5,
  this.supplementalMode,
  this.supplementalRetries,
  this.couponReport,
  this.eanZeroExtend,
  this.reducedQuietZone,
});