type property

TweetType type
inherited

Indicates the type of relationship between this Tweet and the Tweet returned in the response: TweetType.retweeted (this Tweet is a Retweet), TweetType.quoted (a Retweet with comment, also known as Quoted Tweet), or TweetType.repliedTo (this Tweet is a reply).

Implementation

TweetType get type => throw _privateConstructorUsedError;