BarCodeIns constructor

BarCodeIns(
  1. String? code,
  2. BarcodeFormat format,
  3. List<int>? rawBytes
)

Implementation

BarCodeIns(super.code, super.format, super.rawBytes);