toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (bannerWithContentContainer != null)
'banner_with_content_container': bannerWithContentContainer!,
if (subTitle != null) 'subTitle': subTitle!,
if (title != null) 'title': title!,
if (totalVolumes != null) 'totalVolumes': totalVolumes!,
if (uid != null) 'uid': uid!,
if (volumes != null) 'volumes': volumes!,
};