BannerContent constructor
      
      BannerContent({ 
    
    
- String? title,
- List<BannerImage> ? image,
- List<BannerVideo> ? video,
- String? description,
Implementation
BannerContent({
  this.title,
  this.image,
  this.video,
  this.description,
});