PackageOccurrence constructor

PackageOccurrence({
  1. String? comment,
  2. String? filename,
  3. String? id,
  4. String? licenseComments,
  5. String? licenseConcluded,
  6. String? sourceInfo,
})

Implementation

PackageOccurrence({
  this.comment,
  this.filename,
  this.id,
  this.licenseComments,
  this.licenseConcluded,
  this.sourceInfo,
});