Map<String, dynamic> toJson() => { 'date': this.date, 'publisher': this.publisher, 'summary': this.summary, 'title': this.title, 'url': this.url, };