Entities class
- Annotations
-
- @JsonSerializable(explicitToJson: true, fieldRename: FieldRename.snake)
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
hashtags
↔ List<Hashtag>?
-
Represents hashtags which have been parsed out of the Tweet text.
getter/setter pair
-
media
↔ List<Media>?
-
Represents media elements uploaded with the Tweet.
getter/setter pair
-
polls
↔ List<Poll>?
-
Represents Twitter Polls included in the Tweet.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
symbols
↔ List<Symbol>?
-
Represents symbols, i.e. $cashtags, included in the text of the Tweet.
getter/setter pair
-
urls
↔ List<Url>?
-
Represents URLs included in the text of a Tweet.
getter/setter pair
-
userMentions
↔ List<UserMention>?
-
Represents URLs included in the text of a Tweet.
getter/setter pair