EncryptionConfig constructor
EncryptionConfig({
- String? keyId,
- EncryptionStatus? status,
- EncryptionType? type,
Implementation
EncryptionConfig({
this.keyId,
this.status,
this.type,
});