GoogleAdsSearchads360V23CommonFinalAppUrl.fromJson constructor
GoogleAdsSearchads360V23CommonFinalAppUrl.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonFinalAppUrl.fromJson(core.Map json_)
: this(
osType: json_['osType'] as core.String?,
url: json_['url'] as core.String?,
);