DocumentVersionMetadata constructor
DocumentVersionMetadata({
- DateTime? contentCreatedTimestamp,
- DateTime? contentModifiedTimestamp,
- String? contentType,
- DateTime? createdTimestamp,
- String? creatorId,
- String? id,
- DateTime? modifiedTimestamp,
- String? name,
- String? signature,
- int? size,
- Map<
DocumentSourceType, String> ? source, - DocumentStatusType? status,
- 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,
});