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