core.Map<core.String, core.dynamic> toJson() => { if (htmlTitle != null) 'htmlTitle': htmlTitle!, if (link != null) 'link': link!, if (title != null) 'title': title!, if (url != null) 'url': url!, };