TypicalFood constructor
Implementation
TypicalFood({
required this.id,
required this.name,
required this.image,
required this.latitude,
required this.longitude,
required this.description,
});
TypicalFood({
required this.id,
required this.name,
required this.image,
required this.latitude,
required this.longitude,
required this.description,
});