toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final advertiserCustomEventId = this.advertiserCustomEventId;
  final advertiserCustomEventName = this.advertiserCustomEventName;
  final advertiserCustomEventType = this.advertiserCustomEventType;
  final artworkLabel = this.artworkLabel;
  final artworkType = this.artworkType;
  final exitClickThroughUrl = this.exitClickThroughUrl;
  final id = this.id;
  final popupWindowProperties = this.popupWindowProperties;
  final targetType = this.targetType;
  final videoReportingId = this.videoReportingId;
  return {
    'advertiserCustomEventId': ?advertiserCustomEventId,
    'advertiserCustomEventName': ?advertiserCustomEventName,
    'advertiserCustomEventType': ?advertiserCustomEventType,
    'artworkLabel': ?artworkLabel,
    'artworkType': ?artworkType,
    'exitClickThroughUrl': ?exitClickThroughUrl,
    'id': ?id,
    'popupWindowProperties': ?popupWindowProperties,
    'targetType': ?targetType,
    'videoReportingId': ?videoReportingId,
  };
}