class Restaurants with ChangeNotifier { List _restaurants = []; List get getRestaurants1 { return [..._restaurants]; }