GoogleShoppingManufacturersV1ProductCertification constructor

GoogleShoppingManufacturersV1ProductCertification({
  1. String? authority,
  2. String? code,
  3. String? name,
})

Implementation

GoogleShoppingManufacturersV1ProductCertification({
  this.authority,
  this.code,
  this.name,
});