TweetStatuses constructor

TweetStatuses({
  1. String? createdAt,
  2. String? idStr,
  3. String? text,
  4. String? source,
  5. bool? truncated,
  6. dynamic inReplyToStatusId,
  7. dynamic inReplyToStatusIdStr,
  8. dynamic inReplyToUserId,
  9. dynamic inReplyToUserIdStr,
  10. dynamic inReplyToScreenName,
  11. User? user,
  12. dynamic geo,
  13. dynamic coordinates,
  14. dynamic place,
  15. dynamic contributors,
  16. bool? isQuoteStatus,
  17. int? quoteCount,
  18. int? replyCount,
  19. int? retweetCount,
  20. int? favoriteCount,
  21. bool? favorited,
  22. bool? retweeted,
  23. bool? possiblySensitive,
  24. String? filterLevel,
  25. String? lang,
})

Implementation

TweetStatuses({
  this.createdAt,
  this.idStr,
  this.text,
  this.source,
  this.truncated,
  this.inReplyToStatusId,
  this.inReplyToStatusIdStr,
  this.inReplyToUserId,
  this.inReplyToUserIdStr,
  this.inReplyToScreenName,
  this.user,
  this.geo,
  this.coordinates,
  this.place,
  this.contributors,
  this.isQuoteStatus,
  this.quoteCount,
  this.replyCount,
  this.retweetCount,
  this.favoriteCount,
  this.favorited,
  this.retweeted,
  this.possiblySensitive,
  this.filterLevel,
  this.lang,
});