GeneralSettings constructor

GeneralSettings({
  1. int? threadsLimit,
  2. DecodingSpeed? decodingSpeed,
  3. double? roiX,
  4. double? roiY,
  5. double? roiWidth,
  6. double? roiHeight,
  7. FormattingType? formattingType,
  8. String? encodingCharacterSet,
  9. int? maximumResultsCount,
  10. int? duplicatesDelayMs,
  11. int? multicodeCachingDuration,
  12. bool? multicodeCachingEnabled,
})

Implementation

GeneralSettings(
    {this.threadsLimit,
    this.decodingSpeed,
    this.roiX,
    this.roiY,
    this.roiWidth,
    this.roiHeight,
    this.formattingType,
    this.encodingCharacterSet,
    this.maximumResultsCount,
    this.duplicatesDelayMs,
    this.multicodeCachingDuration,
    this.multicodeCachingEnabled});