ReferencedTweet constructor

const ReferencedTweet(
  1. ReferencedTweetType type,
  2. String id
)

Implementation

const ReferencedTweet(this.type, this.id);