class CategoriesModel { final String image; final String name; CategoriesModel({required this.image, required this.name}); }