class Friend{ String id; String username; Friend({ required this.id, required this.username, }); }