DatamatrixBarcodeConfig.setLengthRange constructor
- {bool? enabled,
- required dynamic minLength,
- required dynamic maxLength}
Implementation
DatamatrixBarcodeConfig.setLengthRange(
{this.enabled, required minLength, required maxLength})
: _minLength = minLength,
_maxLength = maxLength;