ScanParams constructor

const ScanParams({
  1. CodeIdType? codeIdType,
  2. String? decodeAudioFeedbackUri,
  3. bool? decodeHapticFeedback,
  4. int? decodeLEDTime,
  5. AudioStreamType? audioStreamType,
  6. bool? decodeLEDFeedback,
  7. DecodeLEDFeedbackMode? decodeLEDFeedbackMode,
  8. DecodeAudioFeedbackMode? decodeAudioFeedbackMode,
  9. bool? decodeScreenNotification,
  10. int? decodeScreenNotificationTime,
  11. int? decodeScreenTranslucencyLevel,
})

Implementation

const ScanParams({
  this.codeIdType,
  this.decodeAudioFeedbackUri,
  this.decodeHapticFeedback,
  this.decodeLEDTime,
  this.audioStreamType,
  this.decodeLEDFeedback,
  this.decodeLEDFeedbackMode,
  this.decodeAudioFeedbackMode,
  this.decodeScreenNotification,
  this.decodeScreenNotificationTime,
  this.decodeScreenTranslucencyLevel,
});