PointOfInterestWithInfo constructor

PointOfInterestWithInfo({
  1. required PointOfInterest pointOfInterest,
  2. ItineraryInfo? itineraryInfo,
})

Implementation

PointOfInterestWithInfo(
    {required this.pointOfInterest, this.itineraryInfo});