Promotion constructor

Promotion({
  1. List<PromotionBodyLines>? bodyLines,
  2. String? displayLink,
  3. String? htmlTitle,
  4. PromotionImage? image,
  5. String? link,
  6. String? title,
})

Implementation

Promotion({
  this.bodyLines,
  this.displayLink,
  this.htmlTitle,
  this.image,
  this.link,
  this.title,
});