DocumentVersionInfo constructor

DocumentVersionInfo({
  1. DateTime? createdDate,
  2. DocumentFormat? documentFormat,
  3. String? documentVersion,
  4. bool? isDefaultVersion,
  5. String? name,
  6. ReviewStatus? reviewStatus,
  7. DocumentStatus? status,
  8. String? statusInformation,
  9. String? versionName,
})

Implementation

DocumentVersionInfo({
  this.createdDate,
  this.documentFormat,
  this.documentVersion,
  this.isDefaultVersion,
  this.name,
  this.reviewStatus,
  this.status,
  this.statusInformation,
  this.versionName,
});