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