hasSessions method

bool hasSessions()

Implementation

bool hasSessions() {
  return _sessions.isNotEmpty;
}