isEnabled property
bool
get
isEnabled
Whether the session is currently capturing changes.
Implementation
bool get isEnabled => _enabled && !_closed;
Whether the session is currently capturing changes.
bool get isEnabled => _enabled && !_closed;