FlightLocation constructor Null safety
Implementation
FlightLocation({
required this.latitude,
required this.longitude,
required this.altitude,
});
FlightLocation({
required this.latitude,
required this.longitude,
required this.altitude,
});