SubredditStream class

Provides Comment and Submission streams for the subreddit.

Constructors

SubredditStream(SubredditRef _subreddit)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

comments({int? limit, int? pauseAfter}) Stream<Comment?>
Yields new Comments as they become available.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
submissions({int? limit, int? pauseAfter}) Stream<Submission?>
Yields new Submissions as they become available.
toString() String
A string representation of this object.
inherited

Operators

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