EntityWithEncryptionMetadataStub constructor

EntityWithEncryptionMetadataStub(
  1. String id,
  2. Set<String> secretForeignKeys,
  3. Map<String, Set<Delegation>> cryptedForeignKeys,
  4. Map<String, Set<Delegation>> delegations,
  5. Map<String, Set<Delegation>> encryptionKeys, {
  6. String? rev,
  7. SecurityMetadata? securityMetadata,
})

Implementation

EntityWithEncryptionMetadataStub(
	this.id,
	this.secretForeignKeys,
	this.cryptedForeignKeys,
	this.delegations,
	this.encryptionKeys,
	{
		this.rev,
		this.securityMetadata
	});