encryptionKey property
KeyBuilder
get
encryptionKey
Implementation
KeyBuilder get encryptionKey => _$this._encryptionKey ??= KeyBuilder();
set
encryptionKey
(KeyBuilder? encryptionKey)
Implementation
set encryptionKey(KeyBuilder? encryptionKey) =>
_$this._encryptionKey = encryptionKey;