TweetSearchService class
Constructors
- TweetSearchService({required AbstractTwitterClient client})
-
const
Properties
- client → AbstractTwitterClient
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
searchTweets(
{required String q, List< double> ? geocode, String? lang, String? locale, String? resultType, int? count, String? until, String? sinceId, String? maxId, bool? includeEntities, bool? includeExtEditControl, String tweetMode = 'extended', TransformResponse<TweetSearch> transform = defaultTweetSearchTransform}) → Future<TweetSearch> - Returns a collection of relevant Tweets matching a specified query.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited