PromotionDataSource constructor

PromotionDataSource({
  1. String? contentLanguage,
  2. String? targetCountry,
})

Implementation

PromotionDataSource({this.contentLanguage, this.targetCountry});