toJson method

dynamic toJson()

Implementation

toJson() => {
      'type': type,
      'source': source,
      'coverURL': coverURL,
      'title': title,
      'from': from,
    };