Constructor
ChatUser({ required this.userId, required this.username, this.isOnline = false, this.lastSeen, this.avatarUrl, });