BarcodeConfig constructor

BarcodeConfig({
  1. required BarcodeTypes barcodeType,
  2. int? minLength,
  3. int? maxLength,
})

Implementation

BarcodeConfig({required this.barcodeType, this.minLength, this.maxLength});