RedditorListingMixin mixin

A mixin which provides the ability to get Redditor related streams.

Mixin Applications

Properties

comments SubListing
Provides an instance of SubListing, used to make requests for Comments.
no setter
hashCode int
The hash code for this object.
no setterinherited
path String
no setter
reddit Reddit
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
submissions SubListing
Provides an instance of SubListing, used to make requests for Submissions.
no setter

Methods

downvoted({int? limit, String? after, Map<String, String>? params}) Stream<UserContent>
Returns a Stream of content that the user has downvoted.
gildings({int? limit, String? after, Map<String, String>? params}) Stream<UserContent>
Returns a Stream of content that the user has gilded.
hidden({int? limit, String? after, Map<String, String>? params}) Stream<UserContent>
Returns a Stream of content that the user has hidden.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saved({int? limit, String? after, Map<String, String>? params}) Stream<UserContent>
Returns a Stream of content that the user has saved.
toString() String
A string representation of this object.
inherited
upvoted({int? limit, String? after, Map<String, String>? params}) Stream<UserContent>
Returns a Stream of content that the user has upvoted.

Operators

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