toJson method

Map<String, dynamic> toJson()

Implementation

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