PromotionDataSource.fromJson constructor

PromotionDataSource.fromJson(
  1. Map json_
)

Implementation

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