toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (code != null) 'code': code!,
if (contentAdsSettings != null)
'contentAdsSettings': contentAdsSettings!,
if (customStyle != null) 'customStyle': customStyle!,
if (id != null) 'id': id!,
if (kind != null) 'kind': kind!,
if (mobileContentAdsSettings != null)
'mobileContentAdsSettings': mobileContentAdsSettings!,
if (name != null) 'name': name!,
if (status != null) 'status': status!,
};