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