toJson method

dynamic toJson()

Implementation

toJson() => {
      'title': title,
      'body': body,
      'source': source,
      'subtitle': subtitle,
      'dateTime': dateTime.millisecondsSinceEpoch,
    };