ScanResultInterface constructor

ScanResultInterface({
  1. String resultString = '',
  2. String resultFormat = '',
})

Implementation

ScanResultInterface({
  this.resultString = '',
  this.resultFormat = '',
});