TravelVertical constructor

TravelVertical({
  1. required String productProfile,
  2. required String hotelName,
  3. required String lengthOfStay,
  4. required String checkInTime,
  5. required String hotelCity,
})

Implementation

TravelVertical(
    {required this.productProfile,
    required this.hotelName,
    required this.lengthOfStay,
    required this.checkInTime,
    required this.hotelCity});