PromotionBodyLines constructor

PromotionBodyLines({
  1. String? htmlTitle,
  2. String? link,
  3. String? title,
  4. String? url,
})

Implementation

PromotionBodyLines({
  this.htmlTitle,
  this.link,
  this.title,
  this.url,
});