HomeCountryAvaliable constructor

HomeCountryAvaliable({
  1. String? countryCode,
  2. String? countryFlag,
  3. String? countryName,
  4. String? homesCountryPictureUrl,
  5. String? topBannerHomePictureUrl,
  6. String? topBannerHomeVideoUrl,
  7. String? currency,
})

Implementation

HomeCountryAvaliable(
    {this.countryCode,
    this.countryFlag,
    this.countryName,
    this.homesCountryPictureUrl,
    this.topBannerHomePictureUrl,
    this.topBannerHomeVideoUrl,
    this.currency});