GroupData constructor
GroupData({})
Implementation
GroupData({
this.userPermission,
this.userName,
this.onlineStatus,
this.groupName,
this.isGroup,
this.imagePath,
this.opponentUserId
});
GroupData({
this.userPermission,
this.userName,
this.onlineStatus,
this.groupName,
this.isGroup,
this.imagePath,
this.opponentUserId
});