DecryptedIcureStubDto constructor
DecryptedIcureStubDto({
- 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,
- 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 DecryptedIcureStubDto instance.
Implementation
DecryptedIcureStubDto({
required this.id,
this.rev,
this.created,
this.modified,
this.author,
this.responsible,
this.medicalLocationId,
this.tags = const {},
this.codes = const {},
this.endOfLife,
this.secretForeignKeys = const {},
this.cryptedForeignKeys = const {},
this.delegations = const {},
this.encryptionKeys = const {},
this.encryptedSelf,
});