toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (clickThrough != null) 'clickThrough': clickThrough!,
      if (directorySiteId != null) 'directorySiteId': directorySiteId!,
      if (dynamicTag != null) 'dynamicTag': dynamicTag!,
      if (siteId != null) 'siteId': siteId!,
      if (siteIdDimensionValue != null)
        'siteIdDimensionValue': siteIdDimensionValue!,
      if (viewThrough != null) 'viewThrough': viewThrough!,
    };