isActive property

bool get isActive

Tests if the session is in an active state.

Implementation

bool get isActive => state == SessionState.active;