DocumentVersionMetadata constructor

DocumentVersionMetadata({
  1. DateTime? contentCreatedTimestamp,
  2. DateTime? contentModifiedTimestamp,
  3. String? contentType,
  4. DateTime? createdTimestamp,
  5. String? creatorId,
  6. String? id,
  7. DateTime? modifiedTimestamp,
  8. String? name,
  9. String? signature,
  10. int? size,
  11. Map<DocumentSourceType, String>? source,
  12. DocumentStatusType? status,
  13. Map<DocumentThumbnailType, String>? thumbnail,
})

Implementation

DocumentVersionMetadata({
  this.contentCreatedTimestamp,
  this.contentModifiedTimestamp,
  this.contentType,
  this.createdTimestamp,
  this.creatorId,
  this.id,
  this.modifiedTimestamp,
  this.name,
  this.signature,
  this.size,
  this.source,
  this.status,
  this.thumbnail,
});