TweetIntent class

Constructors

TweetIntent({List<String>? hashtags, String? via, String? url, String? text, List<RelatedAccount>? related, String? inReplyTo, String? language})

Properties

hashCode int
The hash code for this object.
no setterinherited
hashtags List<String>?
Allow easy discovery of Tweets by topic by including a list of hashtag values without the preceding # character.
final
inReplyTo String?
The tweet ID of a parent tweet in a conversation, such as the initial tweet from your site or author account.
final
language String?
The language of the Twitter UI once the intent is launched.
final
A list of related account.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
Pre-populated Tweet text.
final
url String?
A fully-qualified URL with a HTTP or HTTPS scheme.
final
via String?
A username to associate with the tweet.
final

Methods

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

Operators

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