SliderList constructor

SliderList(
  1. {int? id,
  2. String? title,
  3. String? type,
  4. int? typeId,
  5. int? status,
  6. String? description,
  7. String? eventName,
  8. String? sliderImage}
)

Implementation

SliderList({
  this.id,
  this.title,
  this.type,
  this.typeId,
  this.status,
  this.description,
  this.eventName,
  this.sliderImage,
});