PackageInfoOccurrence constructor

PackageInfoOccurrence({
  1. String? comment,
  2. String? filename,
  3. String? homePage,
  4. String? id,
  5. License? licenseConcluded,
  6. String? packageType,
  7. String? sourceInfo,
  8. String? summaryDescription,
  9. String? title,
  10. String? version,
})

Implementation

PackageInfoOccurrence({
  this.comment,
  this.filename,
  this.homePage,
  this.id,
  this.licenseConcluded,
  this.packageType,
  this.sourceInfo,
  this.summaryDescription,
  this.title,
  this.version,
});