class UserEntity { final String token; final String role; UserEntity({required this.token, required this.role}); }