Chat constructor
Chat({})
Implementation
Chat(
{this.id,
this.conversationId,
this.senderId,
this.message,
this.profileImage,
this.file,
this.createdAt,
this.name,
this.status});
Chat(
{this.id,
this.conversationId,
this.senderId,
this.message,
this.profileImage,
this.file,
this.createdAt,
this.name,
this.status});