GroupListModel constructor
GroupListModel({})
Implementation
GroupListModel({
this.imagePath,
this.groupName,
this.latestTime,
this.unreadCount,
this.msgType,
this.recentMsg,
this.isGroup,
this.groupId,
this.opponentUserId,
this.isBlocked,
});