TweetGeoParam class

The object that contains location information for a Tweet.

You can only add a location to Tweets if you have geo enabled in your profile settings. If you don't have geo enabled, you can still add a location parameter in your request body, but it won't get attached to your Tweet

Constructors

TweetGeoParam({required String placeId})
Returns the new instance of TweetGeoParam.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
placeId String
Place ID being attached to the Tweet for geo location.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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