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