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