FileOccurrence constructor

FileOccurrence({
  1. List<String>? attributions,
  2. String? comment,
  3. List<String>? contributors,
  4. String? copyright,
  5. List<String>? filesLicenseInfo,
  6. String? id,
  7. String? licenseComments,
  8. String? licenseConcluded,
  9. String? notice,
})

Implementation

FileOccurrence({
  this.attributions,
  this.comment,
  this.contributors,
  this.copyright,
  this.filesLicenseInfo,
  this.id,
  this.licenseComments,
  this.licenseConcluded,
  this.notice,
});