tweets property

List<TweetData>? tweets
inherited

This includes a list of referenced Retweets, Quoted Tweets, or replies in the form of Tweet objects with their default fields and any additional fields requested using the tweet.fields parameter, assuming there is a referenced Tweet present in the returned Tweet(s).

Implementation

List<TweetData>? get tweets => throw _privateConstructorUsedError;