encrypted property

bool encrypted

Checks if this room is encrypted.

Implementation

bool get encrypted => encryptionAlgorithm != null;