MicroSiteBannerSliderDataModel constructor

MicroSiteBannerSliderDataModel({
  1. bool? active,
  2. Map<String, String>? banners,
  3. String? title,
})

Implementation

MicroSiteBannerSliderDataModel({
  this.active,
  this.banners,
  this.title,
});