toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "created_at": createdAt,
      "id_str": idStr,
      "text": text,
      "source": source,
      "truncated": truncated,
      "in_reply_to_status_id": inReplyToStatusId,
      "in_reply_to_status_id_str": inReplyToStatusIdStr,
      "in_reply_to_user_id": inReplyToUserId,
      "in_reply_to_user_id_str": inReplyToUserIdStr,
      "in_reply_to_screen_name": inReplyToScreenName,
      "geo": geo,
      "coordinates": coordinates,
      "place": place,
      "contributors": contributors,
      "is_quote_status": isQuoteStatus,
      "quote_count": quoteCount,
      "reply_count": replyCount,
      "retweet_count": retweetCount,
      "favorite_count": favoriteCount,
      "favorited": favorited,
      "retweeted": retweeted,
      "possibly_sensitive": possiblySensitive,
      "filter_level": filterLevel,
      "lang": lang,
    };