GoogleAdsSearchads360V23CommonDeviceInfo.fromJson constructor

GoogleAdsSearchads360V23CommonDeviceInfo.fromJson(
  1. Map json_
)

Implementation

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