ReferencedTweet constructor
const
ReferencedTweet(
- ReferencedTweetType type,
- String id
Implementation
const ReferencedTweet(this.type, this.id);
const ReferencedTweet(this.type, this.id);