encrypted property

bool get encrypted

Checks if this room is encrypted.

Implementation

bool get encrypted => encryptionAlgorithm != null;