PointOfInterestWithInfo constructor
- required PointOfInterest pointOfInterest,
 - ItineraryInfo? itineraryInfo,
 
Implementation
PointOfInterestWithInfo(
    {required this.pointOfInterest, this.itineraryInfo});
PointOfInterestWithInfo(
    {required this.pointOfInterest, this.itineraryInfo});