NewFromJsonWithUrl constructor

NewFromJsonWithUrl(
  1. LoggedIn loggedIn,
  2. String url,
  3. bool includeMedia,
  4. PostCreationAction postCreationAction,
)

Implementation

NewFromJsonWithUrl(this.loggedIn, this.url, bool includeMedia,
    PostCreationAction postCreationAction)
    : super(
        includeMedia,
        postCreationAction,
      );