ProductCertification constructor

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

Implementation

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