GoogleAdsSearchads360V23CommonMobileAppCategoryInfo.fromJson constructor

GoogleAdsSearchads360V23CommonMobileAppCategoryInfo.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonMobileAppCategoryInfo.fromJson(core.Map json_)
  : this(
      mobileAppCategoryConstant:
          json_['mobileAppCategoryConstant'] as core.String?,
    );