ItemCarousel constructor

ItemCarousel(
  1. Map item
)

Implementation

ItemCarousel(Map item){
  this.info = item['info'];
  this.title = item['title'];
  this.description = item['description'];
  this.image =new ImageDialogflow(item['image']);
}