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