DecryptedMessageDto constructor
DecryptedMessageDto({
- required String id,
- String? rev,
- int? created,
- int? modified,
- String? author,
- String? responsible,
- String? medicalLocationId,
- Set<
CodeStubDto> tags = const {}, - Set<
CodeStubDto> codes = const {}, - int? endOfLife,
- int? deletionDate,
- String? fromAddress,
- String? fromHealthcarePartyId,
- String? formId,
- int? status,
- String? recipientsType,
- Set<
String> recipients = const {}, - Set<
String> toAddresses = const {}, - int? received,
- int? sent,
- Map<
String, String> metas = const {}, - Map<
String, MessageReadStatusDto> readStatus = const {}, - String? transportGuid,
- String? remark,
- String? conversationGuid,
- String? subject,
- Set<
String> invoiceIds = const {}, - String? parentId,
- String? externalRef,
- Set<
String> unassignedResults = const {}, - Map<
String, String> assignedResults = const {}, - Map<
String, String> senderReferences = const {}, - Set<
String> secretForeignKeys = const {}, - Map<
String, Set< cryptedForeignKeys = const {},DelegationDto> > - Map<
String, Set< delegations = const {},DelegationDto> > - Map<
String, Set< encryptionKeys = const {},DelegationDto> > - String? encryptedSelf,
Returns a new DecryptedMessageDto instance.
Implementation
DecryptedMessageDto({
required this.id,
this.rev,
this.created,
this.modified,
this.author,
this.responsible,
this.medicalLocationId,
this.tags = const {},
this.codes = const {},
this.endOfLife,
this.deletionDate,
this.fromAddress,
this.fromHealthcarePartyId,
this.formId,
this.status,
this.recipientsType,
this.recipients = const {},
this.toAddresses = const {},
this.received,
this.sent,
this.metas = const {},
this.readStatus = const {},
this.transportGuid,
this.remark,
this.conversationGuid,
this.subject,
this.invoiceIds = const {},
this.parentId,
this.externalRef,
this.unassignedResults = const {},
this.assignedResults = const {},
this.senderReferences = const {},
this.secretForeignKeys = const {},
this.cryptedForeignKeys = const {},
this.delegations = const {},
this.encryptionKeys = const {},
this.encryptedSelf,
});