BannerModel constructor

BannerModel({
  1. String? link,
  2. String? image,
})

Implementation

BannerModel({
  this.link,
  this.image,
});