DMEventField enum

Inheritance
Implemented types

Constructors

DMEventField(String value)
const

Values

id → const DMEventField

id

const DMEventField('id')
text → const DMEventField

text

const DMEventField('text')
conversationId → const DMEventField

dm_conversation_id

const DMEventField('dm_conversation_id')
senderId → const DMEventField

sender_id

const DMEventField('sender_id')
participantIds → const DMEventField

participant_ids

const DMEventField('participant_ids')
referencedTweets → const DMEventField

referenced_tweets

const DMEventField('referenced_tweets')
attachments → const DMEventField

attachments

const DMEventField('attachments')
createdAt → const DMEventField

created_at

const DMEventField('created_at')

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

Constants

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