MyFeedPostForm constructor

MyFeedPostForm(
  1. AppModel app,
  2. String feedId,
  3. String memberId,
  4. String? currentMemberId,
  5. String? photoURL,
  6. PageContextInfo pageContextInfo,
  7. bool isNew,
)

Implementation

MyFeedPostForm(this.app, this.feedId, this.memberId, this.currentMemberId,
    this.photoURL, this.pageContextInfo, this.isNew);