Promotion constructor
      
      Promotion({ 
    
    
- List<PromotionBodyLines> ? bodyLines,
- String? displayLink,
- String? htmlTitle,
- PromotionImage? image,
- String? link,
- String? title,
Implementation
Promotion({
  this.bodyLines,
  this.displayLink,
  this.htmlTitle,
  this.image,
  this.link,
  this.title,
});