CommentRef.withID constructor

CommentRef.withID(
  1. Reddit reddit,
  2. String _id
)

Implementation

CommentRef.withID(Reddit reddit, this._id)
    : super.withPath(reddit, _infoPath(_id));