toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (advertiserCustomEventId != null)
    'advertiserCustomEventId': advertiserCustomEventId!,
  if (advertiserCustomEventName != null)
    'advertiserCustomEventName': advertiserCustomEventName!,
  if (advertiserCustomEventType != null)
    'advertiserCustomEventType': advertiserCustomEventType!,
  if (artworkLabel != null) 'artworkLabel': artworkLabel!,
  if (artworkType != null) 'artworkType': artworkType!,
  if (exitClickThroughUrl != null)
    'exitClickThroughUrl': exitClickThroughUrl!,
  if (id != null) 'id': id!,
  if (popupWindowProperties != null)
    'popupWindowProperties': popupWindowProperties!,
  if (targetType != null) 'targetType': targetType!,
  if (videoReportingId != null) 'videoReportingId': videoReportingId!,
};