isActive property

bool get isActive

Whether the session is actively scanning.

Implementation

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