toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (contentRatingTier != null) 'contentRatingTier': contentRatingTier!,
if (excludedTargetingOptionId != null)
'excludedTargetingOptionId': excludedTargetingOptionId!,
};