toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (id != null) 'id': id!,
if (image != null) 'image': image!,
if (layout != null) 'layout': layout!,
if (subtitle != null) 'subtitle': subtitle!,
if (title != null) 'title': title!,
};