BarCode constructor

BarCode({
  1. String? position,
  2. num? width,
  3. num? height,
  4. String? hriPosition,
  5. String? hriFont,
  6. String? type,
  7. String? data,
  8. String? operator,
})

Implementation

BarCode({
  this.position,
  this.width,
  this.height,
  this.hriPosition,
  this.hriFont,
  this.type,
  this.data,
  this.operator,
});