TweetField enum

Inheritance
Implemented types

Constructors

TweetField(String value)
const

Values

attachments → const TweetField

attachments

const TweetField('attachments')
authorId → const TweetField

author_id

const TweetField('author_id')
contextAnnotations → const TweetField

context_annotations

const TweetField('context_annotations')
conversationId → const TweetField

conversation_id

const TweetField('conversation_id')
createdAt → const TweetField

created_at

const TweetField('created_at')
entities → const TweetField

entities

const TweetField('entities')
geo → const TweetField

geo

const TweetField('geo')
id → const TweetField

id

const TweetField('id')
inReplyToUserId → const TweetField

in_reply_to_user_id

const TweetField('in_reply_to_user_id')
lang → const TweetField

lang

const TweetField('lang')
privateMetrics → const TweetField

non_public_metrics

const TweetField('non_public_metrics')
organicMetrics → const TweetField

organic_metrics

const TweetField('organic_metrics')
promotedMetrics → const TweetField

promoted_metrics

const TweetField('promoted_metrics')
publicMetrics → const TweetField

public_metrics

const TweetField('public_metrics')
possiblySensitive → const TweetField

possibly_sensitive

const TweetField('possibly_sensitive')
referencedTweets → const TweetField

referenced_tweets

const TweetField('referenced_tweets')
replySettings → const TweetField

reply_settings

const TweetField('reply_settings')
source → const TweetField

source

const TweetField('source')
text → const TweetField

text

const TweetField('text')
editControls → const TweetField

edit_controls

const TweetField('edit_controls')
withheld → const TweetField

withheld

const TweetField('withheld')

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) TweetField

Constants

values → const List<TweetField>
A constant List of the values in this enum, in order of their declaration.