SystemMetaDataEncrypted constructor
SystemMetaDataEncrypted({
- List<
String> secretForeignKeys = const [], - Map<
String, List< cryptedForeignKeys = const {},Delegation> > - Map<
String, List< delegations = const {},Delegation> > - Map<
String, List< encryptionKeys = const {},Delegation> > - String? encryptedSelf = null,
Returns a new SystemMetaDataEncrypted instance.
Implementation
SystemMetaDataEncrypted({
this.secretForeignKeys = const [],
this.cryptedForeignKeys = const {},
this.delegations = const {},
this.encryptionKeys = const {},
this.encryptedSelf = null
});