ScannerResult constructor

ScannerResult({
  1. String? value,
  2. int? symbology,
  3. int? subtype,
  4. String? aimID,
  5. int? decoderType,
})

Implementation

ScannerResult(
    {this.value, this.symbology, this.subtype, this.aimID, this.decoderType});