ChatContent constructor
ChatContent({})
Implementation
ChatContent({
required this.members,
required this.messages,
required this.sizeOfChat,
required this.chatName,
required this.msgsPerMember,
required this.indexesPerMember,
this.imagesPaths,
});