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