const UserV2({ required this.id, required this.name, required this.username, this.profileImageUrl, this.verified = false, });