isEnabled property

bool get isEnabled

Whether the session is currently capturing changes.

Implementation

bool get isEnabled => _enabled && !_closed;