$CreativeClickThroughUrl.fromJson constructor
$CreativeClickThroughUrl.fromJson(
- Map json_
Implementation
$CreativeClickThroughUrl.fromJson(core.Map json_)
: this(
computedClickThroughUrl:
json_['computedClickThroughUrl'] as core.String?,
customClickThroughUrl: json_['customClickThroughUrl'] as core.String?,
landingPageId: json_['landingPageId'] as core.String?,
);