Includes class

Annotations
  • @freezed

Constructors

Includes({List<TweetData>? tweets, List<UserData>? users, List<MediaData>? media, List<PlaceData>? places, List<PollData>? polls, List<TopicData>? topics})
const
factory
Includes.fromJson(Map<String, Object?> json)
factory

Properties

copyWith → $IncludesCopyWith<Includes>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
media List<MediaData>?
This includes a list of images, videos, and GIFs included in Tweets in the form of media objects with their default fields and any additional fields requested using the media.fields parameter, assuming there is a media attachment present in the returned Tweet(s).
no setterinherited
places List<PlaceData>?
This includes a list of referenced places in Tweets in the form of place objects with their default fields and any additional fields requested using the place.fields parameter, assuming there is a place present in the returned Tweet(s).
no setterinherited
polls List<PollData>?
This includes a list of polls that are attached to Tweets in the form of poll objects with their default fields and any additional fields requested using the poll.fields parameter, assuming there is a poll present in the returned Tweet(s).
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topics List<TopicData>?
This includes a list of topics that are attached to Spaces in the form of topic objects with their default fields and any additional fields requested using the topic.fields parameter, assuming there is a topic present in the returned Space(s).
no setterinherited
tweets List<TweetData>?
This includes a list of referenced Retweets, Quoted Tweets, or replies in the form of Tweet objects with their default fields and any additional fields requested using the tweet.fields parameter, assuming there is a referenced Tweet present in the returned Tweet(s).
no setterinherited
users List<UserData>?
This includes a list of referenced Tweet authors in the form of user objects with their default fields and any additional fields requested using the user.fields parameter.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited