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