factory CarouselItem.fromJson(Map<String, dynamic> json) { return CarouselItem( type: json['type'], data: json['data'], ); }