ChatMemberInfoEntity constructor
ChatMemberInfoEntity({})
Implementation
ChatMemberInfoEntity({
required this.authorId,
required this.appId,
this.roomId,
this.timestamp,
this.accessibleByGroup,
this.accessibleByMembers,
this.readAccess,
});