ProductCertification constructor

ProductCertification({
  1. String? certificationAuthority,
  2. String? certificationCode,
  3. String? certificationName,
  4. String? certificationValue,
})

Implementation

ProductCertification({
  this.certificationAuthority,
  this.certificationCode,
  this.certificationName,
  this.certificationValue,
});