UserContent.withPath constructor

UserContent.withPath(
  1. Reddit reddit,
  2. String infoPath
)

Implementation

UserContent.withPath(Reddit reddit, String infoPath)
    : super.withPath(reddit, infoPath);