comments property

CommentHelper comments

Implementation

CommentHelper get comments {
  _commentHelper ??= CommentHelper(this as SubredditRef);
  return _commentHelper!;
}