create method
Implementation
BarcodeConfig create({int? minLength, int? maxLength}) => BarcodeConfig(barcodeType: this, minLength: minLength, maxLength: maxLength);
BarcodeConfig create({int? minLength, int? maxLength}) => BarcodeConfig(barcodeType: this, minLength: minLength, maxLength: maxLength);