FlightQuery
public struct FlightQuery
Use this to query for a specific Flight
-
Flight number
Declaration
Swift
public let number: String
-
Date of the flight, time portion of this value is not necessary
Declaration
Swift
public let date: Date
-
Undocumented
Declaration
Swift
public init(number: String, date: Date)