comments property

SubListing comments

Provides an instance of SubListing, used to make requests for Comments.

Implementation

SubListing get comments {
  _comments ??= SubListing(reddit, path, 'comments/');
  return _comments!;
}