stream property

Implementation

SubredditStream get stream {
  _stream ??= SubredditStream(this);
  return _stream!;
}