IdDocumentBarcodeConfig constructor

IdDocumentBarcodeConfig({
  1. bool? enabled,
  2. IdDocumentMasterChecksumType? masterChecksum,
})

Implementation

IdDocumentBarcodeConfig({this.enabled, this.masterChecksum});