Code93Decoder constructor

const Code93Decoder({
  1. bool? enabled,
  2. int? length1,
  3. int? length2,
  4. bool? redundancy,
})

Implementation

const Code93Decoder({super.enabled, this.length1, this.length2, this.redundancy});