menu
bites
food_card
Food
Food const constructor
Food
brightness_4
brightness_5
Food
constructor
const
Food
(
{
required
String
name
,
String
?
image
,
String
?
city
,
double
?
distance
}
)
Implementation
const Food({ required this.name, this.image, this.city, this.distance, });
bites
food_card
Food
Food const constructor
Food class