ScannedData constructor

const ScannedData({
  1. String? code,
  2. String? codeId,
  3. String? codeType,
  4. String? aimId,
  5. String? charset,
})

Implementation

const ScannedData({
  this.code,
  this.codeId,
  this.codeType,
  this.aimId,
  this.charset,
});