SavedToursModel constructor
Implementation
SavedToursModel({
required this.query,
required this.places,
this.country = '',
this.city = '',
required this.isGenerated,
});
SavedToursModel({
required this.query,
required this.places,
this.country = '',
this.city = '',
required this.isGenerated,
});