MemberProfileModel constructor
MemberProfileModel({
- required String documentID,
- required String appId,
- String? feedId,
- String? authorId,
- String? profile,
- MemberMediumModel? profileBackground,
- String? profileOverride,
- String? nameOverride,
- MemberProfileAccessibleByGroup? accessibleByGroup,
- List<
String> ? accessibleByMembers, - List<
String> ? readAccess, - List<
MemberMediumContainerModel> ? memberMedia,
Implementation
MemberProfileModel({
required this.documentID,
required this.appId,
this.feedId,
this.authorId,
this.profile,
this.profileBackground,
this.profileOverride,
this.nameOverride,
this.accessibleByGroup,
this.accessibleByMembers,
this.readAccess,
this.memberMedia,
});