ExpandedProductParsedResult constructor
      
      ExpandedProductParsedResult(
    
    
- String? rawText,
- String? productID,
- String? sscc,
- String? lotNumber,
- String? productionDate,
- String? packagingDate,
- String? bestBeforeDate,
- String? expirationDate,
- String? weight,
- String? weightType,
- String? weightIncrement,
- String? price,
- String? priceIncrement,
- String? priceCurrency,
- Map<String, String> uncommonAIs,
Implementation
ExpandedProductParsedResult(
  this.rawText,
  this.productID,
  this.sscc,
  this.lotNumber,
  this.productionDate,
  this.packagingDate,
  this.bestBeforeDate,
  this.expirationDate,
  this.weight,
  this.weightType,
  this.weightIncrement,
  this.price,
  this.priceIncrement,
  this.priceCurrency,
  this.uncommonAIs,
) : super(ParsedResultType.product);