OfferingPromotion constructor

OfferingPromotion({
  1. String? description,
  2. String? id,
})

Implementation

OfferingPromotion({
  this.description,
  this.id,
});