RunwayContractLocation constructor
Returns a new RunwayContractLocation instance.
Implementation
RunwayContractLocation({
required this.lat,
required this.lon,
});
Returns a new RunwayContractLocation instance.
RunwayContractLocation({
required this.lat,
required this.lon,
});