UpcEanParamsDecoder constructor
const
UpcEanParamsDecoder({
- bool? enabled,
- bool? booklandCode,
- BooklandFormat? booklandFormat,
- bool? convertDataBarToUpcEan,
- bool? couponCode,
- bool? linearDecode,
- bool? randomWeightCheckDigit,
- SecurityLevel? securityLevel,
- bool? supplemental2,
- bool? supplemental5,
- SupplementalMode? supplementalMode,
- int? supplementalRetries,
- CouponReport? couponReport,
- bool? eanZeroExtend,
- 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,
});