isSessionEmpty property

bool get isSessionEmpty

Checks if the session is empty.

Implementation

bool get isSessionEmpty => _session.isEmpty;