GoogleAdsSearchads360V23CommonMobileDeviceInfo.fromJson constructor

GoogleAdsSearchads360V23CommonMobileDeviceInfo.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonMobileDeviceInfo.fromJson(core.Map json_)
  : this(mobileDeviceConstant: json_['mobileDeviceConstant'] as core.String?);