MSIBarcodeConfig constructor

MSIBarcodeConfig({
  1. bool? enabled,
  2. MsiChecksumType? checksum,
})

Implementation

MSIBarcodeConfig({this.enabled, this.checksum});