Flight constructor

Flight(
  1. List<FlightElement> timeline
)

Implementation

Flight(this.timeline);