TweetIntent constructor

TweetIntent({
  1. List<String>? hashtags,
  2. String? via,
  3. String? url,
  4. String? text,
  5. List<RelatedAccount>? related,
  6. String? inReplyTo,
  7. String? language,
})

Implementation

TweetIntent({
  this.hashtags,
  this.via,
  this.url,
  this.text,
  this.related,
  this.inReplyTo,
  this.language,
});