BarcodeConfig constructor
BarcodeConfig({
- required BarcodeTypes barcodeType,
- int? minLength,
- int? maxLength,
Implementation
BarcodeConfig({required this.barcodeType, this.minLength, this.maxLength});