EncryptionKeyHistoryEntry constructor

EncryptionKeyHistoryEntry({
  1. String? activationTime,
  2. EncryptionKey? encryptionKey,
})

Implementation

EncryptionKeyHistoryEntry({this.activationTime, this.encryptionKey});