GoogleAdsSearchads360V23CommonAppDeepLinkAsset.fromJson constructor

GoogleAdsSearchads360V23CommonAppDeepLinkAsset.fromJson(
  1. Map json_
)

Implementation

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