TweetExpansion enum
Represents an extensible field about Tweet.
- Inheritance
- Implemented types
- Available extensions
Values
-
author_id
const TweetExpansion('author_id')
- inReplyToUserId → const TweetExpansion
-
in_reply_to_user_id
const TweetExpansion('in_reply_to_user_id')
- attachmentsPollIds → const TweetExpansion
-
attachments.poll_ids
const TweetExpansion('attachments.poll_ids')
- attachmentsMediaKeys → const TweetExpansion
-
attachments.media_keys
const TweetExpansion('attachments.media_keys')
- entitiesMentionsUsername → const TweetExpansion
-
entities.mentions.username
const TweetExpansion('entities.mentions.username')
- geoPlaceId → const TweetExpansion
-
geo.place_id
const TweetExpansion('geo.place_id')
- referencedTweetsId → const TweetExpansion
-
referenced_tweets.id
const TweetExpansion('referenced_tweets.id')
- referencedTweetsIdAuthorId → const TweetExpansion
-
referenced_tweets.id.author_id
const TweetExpansion('referenced_tweets.id.author_id')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
valueOf(
String value) → TweetExpansion
Constants
-
values
→ const List<
TweetExpansion> - A constant List of the values in this enum, in order of their declaration.