TweetEntities class

Provides metadata and additional contextual information about content posted in a tweet.

Constructors

TweetEntities({required List<HashtagEntity> hashtags, required List<SymbolEntity> symbols, required List<MentionEntity> userMentions, required List<UrlEntity> urls, required List<MediaEntity> media})
TweetEntities.empty()
const
TweetEntities.fromJson(Map<String, dynamic> json)
factory
TweetEntities.fromRawJson(String str)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hashtags List<HashtagEntity>
Represents hashtags which have been parsed out of the Tweet text.
final
media List<MediaEntity>
Represents media elements uploaded with the Tweet.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbols List<SymbolEntity>
Represents symbols, i.e. $cashtags, included in the text of the Tweet.
final
urls List<UrlEntity>
Represents URLs included in the text of a Tweet.
final
userMentions List<MentionEntity>
Represents other Twitter users mentioned in the text of the Tweet.
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