NewFromJsonWithModel constructor

NewFromJsonWithModel(
  1. LoggedIn loggedIn,
  2. MemberMediumModel memberMediumModel,
  3. bool includeMedia,
  4. PostCreationAction postCreationAction,
)

Implementation

NewFromJsonWithModel(this.loggedIn, this.memberMediumModel, bool includeMedia,
    PostCreationAction postCreationAction)
    : super(includeMedia, postCreationAction);