ScanDataCollection constructor
const
ScanDataCollection({
- String? friendlyName,
- String? labelIdentifier,
- ScannerResults? result,
- List<
ScanData> ? scanData, - TokenizedData? tokenizedData,
Implementation
const ScanDataCollection({
this.friendlyName,
this.labelIdentifier,
this.result,
this.scanData,
this.tokenizedData,
});