AdModel constructor
AdModel({})
Implementation
AdModel(
{required this.id,
required this.adImg,
required this.adImgHd,
this.adName,
this.adType,
this.adLink,
this.belongModule,
this.duration});