toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final computedClickThroughUrl = this.computedClickThroughUrl;
final customClickThroughUrl = this.customClickThroughUrl;
final defaultLandingPage = this.defaultLandingPage;
final landingPageId = this.landingPageId;
return {
'computedClickThroughUrl': ?computedClickThroughUrl,
'customClickThroughUrl': ?customClickThroughUrl,
'defaultLandingPage': ?defaultLandingPage,
'landingPageId': ?landingPageId,
};
}