VulnerabilityAssessmentNote constructor

VulnerabilityAssessmentNote({
  1. Assessment? assessment,
  2. String? languageCode,
  3. String? longDescription,
  4. Product? product,
  5. Publisher? publisher,
  6. String? shortDescription,
  7. String? title,
})

Implementation

VulnerabilityAssessmentNote({
  this.assessment,
  this.languageCode,
  this.longDescription,
  this.product,
  this.publisher,
  this.shortDescription,
  this.title,
});