TweetExpansion enum

Represents an extensible field about Tweet.

Inheritance
Implemented types

Constructors

TweetExpansion(String value)
const

Values

authorId → const TweetExpansion

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Returns the value.
final

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.