RunwayContractLocation constructor

RunwayContractLocation({
  1. required double lat,
  2. required double lon,
})

Returns a new RunwayContractLocation instance.

Implementation

RunwayContractLocation({
  required this.lat,
  required this.lon,
});