Carousel constructor

Carousel({
  1. String? topicImage,
  2. String? activityId,
  3. int? topicId,
  4. int? sourceType,
  5. String? link,
  6. String? topicName,
})

Implementation

Carousel({
  this.topicImage,
  this.activityId,
  this.topicId,
  this.sourceType,
  this.link,
  this.topicName,
});