stream property

Provides a RedditorStream for the current Redditor.

RedditorStream can be used to retrieve new comments and submissions made by a Redditor indefinitely.

Implementation

RedditorStream get stream => RedditorStream(this);