TweetV2Includes constructor

const TweetV2Includes({
  1. List<TweetV2> tweets = const [],
  2. List<UserV2> users = const [],
  3. List<MediaV2> media = const [],
})

Implementation

const TweetV2Includes({
  this.tweets = const [],
  this.users = const [],
  this.media = const [],
});