FilteredStreamResponse class

Inheritance

Constructors

FilteredStreamResponse({required Map<String, String> headers, required HttpStatus status, required TwitterRequest request, required RateLimit rateLimit, required TweetData data, Includes? includes, required List<MatchingRule> matchingRules})
Returns the new instance of FilteredStreamResponse.
const

Properties

data TweetData
The data field
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hasIncludes bool
Returns true if this response has includes, otherwise false.
no setterinherited
hasMeta bool
Returns true if this response has meta, otherwise false.
no setterinherited
hasNotIncludes bool
Returns true if this response has not includes, otherwise false.
no setterinherited
hasNotMeta bool
Returns true if this response has not meta, otherwise false.
no setterinherited
headers Map<String, String>
The http headers
finalinherited
includes Includes?
The includes field
finalinherited
matchingRules List<MatchingRule>
The matching rules
final
meta → void
The meta field
finalinherited
rateLimit RateLimit
The rate limit
finalinherited
request TwitterRequest
The request that generated this response
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status HttpStatus
The http status
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns the JSON representation of this response.
inherited
toString() String
A string representation of this object.
override

Operators

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