ProductMetadata constructor

ProductMetadata({
  1. String? displayName,
  2. String? plannableProductCode,
  3. PlannableProductCoreAttributes? plannableProductCoreAttributes,
  4. String? plannableProductDescription,
  5. PlannableTargeting? plannableTargeting,
})

Implementation

ProductMetadata({
  this.displayName,
  this.plannableProductCode,
  this.plannableProductCoreAttributes,
  this.plannableProductDescription,
  this.plannableTargeting,
});