BarcodeFormat constructor

BarcodeFormat({
  1. int symbology = 0,
  2. int dotWidth = 0,
  3. int barHeight = 0,
  4. int readable = 0,
})

Implementation

BarcodeFormat({
  this.symbology = 0,
  this.dotWidth = 0,
  this.barHeight = 0,
  this.readable = 0,
}) : super();