FlightElement constructor

FlightElement({
  1. required FlightElementType? type,
})

Implementation

FlightElement({required this.type});