DocumentIdentifier constructor

DocumentIdentifier({
  1. String? author,
  2. DocumentFormat? documentFormat,
  3. DocumentType? documentType,
  4. String? documentVersion,
  5. String? name,
  6. String? owner,
  7. List<PlatformType>? platformTypes,
  8. List<DocumentRequires>? requires,
  9. ReviewStatus? reviewStatus,
  10. String? schemaVersion,
  11. List<Tag>? tags,
  12. String? targetType,
  13. String? versionName,
})

Implementation

DocumentIdentifier({
  this.author,
  this.documentFormat,
  this.documentType,
  this.documentVersion,
  this.name,
  this.owner,
  this.platformTypes,
  this.requires,
  this.reviewStatus,
  this.schemaVersion,
  this.tags,
  this.targetType,
  this.versionName,
});