CommentRef.withPath constructor

CommentRef.withPath(
  1. Reddit reddit,
  2. dynamic url
)

Implementation

CommentRef.withPath(Reddit reddit, url)
    : _id = idFromUrl(url),
      super.withPath(reddit, _infoPath(idFromUrl(url)));