TweetEntities class
Constructors
-
const
factory
-
factory
Properties
-
annotations
→ List<TweetAnnotation>?
-
Contains details about annotations relative to the text within a Tweet.
no setterinherited
-
cashtags
→ List<Tag>?
-
Contains details about text recognized as a Cashtag.
no setterinherited
-
copyWith
→ $TweetEntitiesCopyWith<TweetEntities>
-
no setterinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
hashtags
→ List<Tag>?
-
Contains details about text recognized as a Hashtag.
no setterinherited
-
mentions
→ List<Mention>?
-
Contains details about text recognized as a user mention.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
urls
→ List<Url>?
-
Contains details about text recognized as a URL.
no setterinherited