ProductCertification constructor

ProductCertification({
  1. String? brand,
  2. List<Certification>? certification,
  3. List<String>? countryCode,
  4. List<DestinationStatus>? destinationStatuses,
  5. List<Issue>? issues,
  6. List<String>? mpn,
  7. String? name,
  8. List<String>? productCode,
  9. List<String>? productType,
  10. String? title,
})

Implementation

ProductCertification({
  this.brand,
  this.certification,
  this.countryCode,
  this.destinationStatuses,
  this.issues,
  this.mpn,
  this.name,
  this.productCode,
  this.productType,
  this.title,
});