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