WitsystemScanResult constructor

WitsystemScanResult({
  1. String type = "",
  2. String rawContent = '',
  3. String format = "",
  4. String formatNote = '',
})

Creates a new scan result

Implementation

WitsystemScanResult({
  this.type = "",
  this.rawContent = '',
  this.format = "",
  this.formatNote = '',
});