BannerEntity constructor
Implementation
BannerEntity({
required this.id,
required this.isActive,
required this.deepLink,
required this.imageLink,
required this.bannerType,
});
BannerEntity({
required this.id,
required this.isActive,
required this.deepLink,
required this.imageLink,
required this.bannerType,
});