toJson method

Map<String, dynamic> toJson()

Implementation

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