toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (actions != null) 'actions': actions!,
if (impact != null) 'impact': impact!,
if (prerenderedContent != null)
'prerenderedContent': prerenderedContent!,
if (title != null) 'title': title!,
};