EncryptionKeyEntry constructor

EncryptionKeyEntry(
  1. int index,
  2. String key
)

Implementation

EncryptionKeyEntry(this.index, this.key);