isEncrypted property
bool
get
isEncrypted
Whether content is encrypted.
Implementation
bool get isEncrypted => cipherText != null && nonce != null;
Whether content is encrypted.
bool get isEncrypted => cipherText != null && nonce != null;