encrypted property
bool
get
encrypted
Checks if this room is encrypted.
Implementation
bool get encrypted => encryptionAlgorithm != null;
Checks if this room is encrypted.
bool get encrypted => encryptionAlgorithm != null;