NewFromJsonWithModel constructor
NewFromJsonWithModel(
- LoggedIn loggedIn,
- MemberMediumModel memberMediumModel,
- bool includeMedia,
- PostCreationAction postCreationAction,
Implementation
NewFromJsonWithModel(this.loggedIn, this.memberMediumModel, bool includeMedia,
PostCreationAction postCreationAction)
: super(includeMedia, postCreationAction);