GoogleAdsSearchads360V23CommonKeywordThemeInfo.fromJson constructor

GoogleAdsSearchads360V23CommonKeywordThemeInfo.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonKeywordThemeInfo.fromJson(core.Map json_)
  : this(
      freeFormKeywordTheme: json_['freeFormKeywordTheme'] as core.String?,
      keywordThemeConstant: json_['keywordThemeConstant'] as core.String?,
    );