MemberProfileEntity constructor
MemberProfileEntity({})
Implementation
MemberProfileEntity({
required this.appId,
this.feedId,
this.authorId,
this.profile,
this.profileBackgroundId,
this.profileOverride,
this.nameOverride,
this.accessibleByGroup,
this.accessibleByMembers,
this.readAccess,
this.memberMedia,
});