class UserModel { final String token; final String name; UserModel({required this.token, required this.name}); }