BannerModel constructor

BannerModel(
  1. String id,
  2. String? description,
  3. String? imageName,
  4. String? link,
  5. String? mobileImageName,
  6. int? sortOrder,
  7. String? title,
  8. bool? status,
)

Implementation

BannerModel(this.id, this.description, this.imageName, this.link,
    this.mobileImageName, this.sortOrder, this.title, this.status);