Users constructor
Users({})
Implementation
Users(
{this.conversationId,
this.name,
this.online,
this.lastSeen,
this.image,
this.lastMessage,
this.lastMessageTime,
this.isFavorite});
Users(
{this.conversationId,
this.name,
this.online,
this.lastSeen,
this.image,
this.lastMessage,
this.lastMessageTime,
this.isFavorite});