isEncrypted property
bool
get
isEncrypted
Whether encryption is enabled.
Implementation
bool get isEncrypted => _encryption != null;
Whether encryption is enabled.
bool get isEncrypted => _encryption != null;