PromotionDataSource.fromJson constructor
PromotionDataSource.fromJson(
- Map json_
Implementation
PromotionDataSource.fromJson(core.Map json_)
: this(
contentLanguage: json_['contentLanguage'] as core.String?,
targetCountry: json_['targetCountry'] as core.String?,
);