AutopilotCompatibilityIssue constructor

AutopilotCompatibilityIssue({
  1. String? constraintType,
  2. String? description,
  3. String? documentationUrl,
  4. String? incompatibilityType,
  5. String? lastObservation,
  6. List<String>? subjects,
})

Implementation

AutopilotCompatibilityIssue({
  this.constraintType,
  this.description,
  this.documentationUrl,
  this.incompatibilityType,
  this.lastObservation,
  this.subjects,
});