TweetParam class

Constructors

TweetParam({required String text, String? quoteTweetId, bool? forSuperFollowersOnly, ReplySetting? replySetting, String? directMessageDeepLink, TweetMediaParam? media, TweetGeoParam? geo, TweetPollParam? poll, TweetReplyParam? reply})
Returns the new instance of TweetParam.
const

Properties

The deep link for direct message
final
forSuperFollowersOnly bool?
The flag indicates that this tweet is for super followers or not
final
geo TweetGeoParam?
The parameters for geo
final
hashCode int
The hash code for this object.
no setteroverride
media TweetMediaParam?
The parameters for media
final
poll TweetPollParam?
The parameters for poll
final
quoteTweetId String?
The tweet id for quote
final
reply TweetReplyParam?
The parameters for reply
final
replySetting ReplySetting?
The settings for reply
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
The text
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 ==(covariant TweetParam other) bool
The equality operator.
override