toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (computedClickThroughUrl != null)
        'computedClickThroughUrl': computedClickThroughUrl!,
      if (customClickThroughUrl != null)
        'customClickThroughUrl': customClickThroughUrl!,
      if (defaultLandingPage != null)
        'defaultLandingPage': defaultLandingPage!,
      if (landingPageId != null) 'landingPageId': landingPageId!,
    };