Document constructor
Document({
- String? id,
- String? rev,
- int? created,
- int? modified,
- String? author,
- String? responsible,
- String? medicalLocationId,
- int? deletionDate,
- String? objectStoreReference,
- String? mainUti,
- String? name,
- String? version,
- Set<
String> otherUtis = const {}, - String? externalUuid,
- int? size,
- String? hash,
- String? attachmentId,
Returns a new Document instance.
Implementation
Document({
this.id,
this.rev,
this.created,
this.modified,
this.author,
this.responsible,
this.medicalLocationId,
this.deletionDate,
this.objectStoreReference,
this.mainUti,
this.name,
this.version,
this.otherUtis = const {},
this.externalUuid,
this.size,
this.hash,
this.attachmentId,
});