Navigation constructor

Navigation({
  1. required Itinerary itinerary,
})

Implementation

Navigation({
  required this.itinerary
});