isOpen property

bool get isOpen

Implementation

bool get isOpen {
  return _room._protocolInstance.isOpen;
}