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