EntityWithEncryptionMetadataStub constructor
EntityWithEncryptionMetadataStub(
- String id,
- Set<
String> secretForeignKeys, - Map<
String, Set< cryptedForeignKeys,Delegation> > - Map<
String, Set< delegations,Delegation> > - Map<
String, Set< encryptionKeys, {Delegation> > - String? rev,
- SecurityMetadata? securityMetadata,
Implementation
EntityWithEncryptionMetadataStub(
this.id,
this.secretForeignKeys,
this.cryptedForeignKeys,
this.delegations,
this.encryptionKeys,
{
this.rev,
this.securityMetadata
});