ScanResult constructor

ScanResult({
  1. String data = '',
  2. String labelType = '',
  3. String source = '',
})

Implementation

ScanResult({
  this.data = '',
  this.labelType = '',
  this.source = '',
});