isEncrypted property

bool get isEncrypted

Whether content is encrypted.

Implementation

bool get isEncrypted => cipherText != null && nonce != null;