EncryptionInfo constructor

EncryptionInfo({
  1. String? encryptionType,
  2. List<String>? kmsKeyVersions,
})

Implementation

EncryptionInfo({this.encryptionType, this.kmsKeyVersions});