EncodeHint constructor

const EncodeHint({
  1. int? errorCorrection,
  2. ErrorCorrectionLevel? errorCorrectionLevel,
  3. String? characterSet,
  4. SymbolShapeHint? dataMatrixShape,
  5. bool dataMatrixCompact = false,
  6. Dimension? minSize,
  7. Dimension? maxSize,
  8. int? margin,
  9. bool pdf417Compact = false,
  10. Compaction? pdf417Compaction,
  11. Dimensions? pdf417Dimensions,
  12. bool pdf417AutoEci = false,
  13. int? aztecLayers,
  14. int? qrVersion,
  15. int? qrMaskPattern,
  16. bool qrCompact = false,
  17. bool gs1Format = false,
  18. String? forceCodeSet,
  19. bool forceC40 = false,
  20. bool code128Compact = false,
})

Implementation

const EncodeHint({
  this.errorCorrection,
  this.errorCorrectionLevel,
  this.characterSet,
  this.dataMatrixShape,
  this.dataMatrixCompact = false,
  this.minSize,
  this.maxSize,
  this.margin,
  this.pdf417Compact = false,
  this.pdf417Compaction,
  this.pdf417Dimensions,
  this.pdf417AutoEci = false,
  this.aztecLayers,
  this.qrVersion,
  this.qrMaskPattern,
  this.qrCompact = false,
  this.gs1Format = false,
  this.forceCodeSet,
  this.forceC40 = false,
  this.code128Compact = false,
});