ScanParams constructor
const
ScanParams({
- CodeIdType? codeIdType,
- String? decodeAudioFeedbackUri,
- bool? decodeHapticFeedback,
- int? decodeLEDTime,
- AudioStreamType? audioStreamType,
- bool? decodeLEDFeedback,
- DecodeLEDFeedbackMode? decodeLEDFeedbackMode,
- DecodeAudioFeedbackMode? decodeAudioFeedbackMode,
- bool? decodeScreenNotification,
- int? decodeScreenNotificationTime,
- 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,
});