FamocoDecodedResult constructor
FamocoDecodedResult({
- required int length,
- String? barcode,
- Uint32List? data,
- required int symbology,
Implementation
FamocoDecodedResult({
required this.length,
this.barcode,
this.data,
required this.symbology,
});