Deepstall constructor
Deepstall({})
Implementation
Deepstall({
required this.landingLat,
required this.landingLon,
required this.pathLat,
required this.pathLon,
required this.arcEntryLat,
required this.arcEntryLon,
required this.altitude,
required this.expectedTravelDistance,
required this.crossTrackError,
required this.stage,
});