SubmissionRef.withPath constructor

SubmissionRef.withPath(
  1. Reddit reddit,
  2. String path
)

Implementation

SubmissionRef.withPath(Reddit reddit, String path)
    : _id = idFromUrl(path),
      super.withPath(reddit, _infoPath(idFromUrl(path)));