CodaBarDecoder constructor

const CodaBarDecoder({
  1. bool? enabled,
  2. int? length1,
  3. int? length2,
  4. bool? redundancy,
  5. bool? clsiEditing,
  6. bool? notisEditing,
})

Implementation

const CodaBarDecoder({
  super.enabled,
  this.length1,
  this.length2,
  this.redundancy,
  this.clsiEditing,
  this.notisEditing,
});