encryptedKey property

String? get encryptedKey

Implementation

String? get encryptedKey => _$this._encryptedKey;
set encryptedKey (String? encryptedKey)

Implementation

set encryptedKey(String? encryptedKey) => _$this._encryptedKey = encryptedKey;