isClosed property

bool get isClosed

Implementation

bool get isClosed {
  return _closing || _terminalState != null || _roomClosed.isCompleted;
}