DocumentOccurrence constructor

DocumentOccurrence({
  1. String? createTime,
  2. String? creatorComment,
  3. List<String>? creators,
  4. String? documentComment,
  5. List<String>? externalDocumentRefs,
  6. String? id,
  7. String? licenseListVersion,
  8. String? namespace,
  9. String? title,
})

Implementation

DocumentOccurrence({
  this.createTime,
  this.creatorComment,
  this.creators,
  this.documentComment,
  this.externalDocumentRefs,
  this.id,
  this.licenseListVersion,
  this.namespace,
  this.title,
});