NewFromJsonWithUrl constructor
NewFromJsonWithUrl(
- LoggedIn loggedIn,
- String url,
- bool includeMedia,
- PostCreationAction postCreationAction,
Implementation
NewFromJsonWithUrl(this.loggedIn, this.url, bool includeMedia,
PostCreationAction postCreationAction)
: super(
includeMedia,
postCreationAction,
);