Airport constructor
Airport({})
Implementation
Airport({
this.id,
this.iataCode,
this.faaCode,
this.icaoCode,
this.name,
this.alternates,
this.market,
this.city,
this.region,
this.latitude,
this.longitude,
this.altitude,
this.sequence,
});