toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'title': title,
    'type': type,
    'description': description,
    'url': url,
    'timestamp': timestamp,
    'color': color,
    'footer': footer,
    'image': image,
    'thumbnail': thumbnail,
    'video': video,
    'provider': provider,
    'author': author,
    'fields': fields,
  };
}