group property

  1. @internal
ActiveDatabaseGroup get group
inherited

An ActiveDatabaseGroup sharing mutexes for the sync client.

This is used to ensure that, even if two databases to the same file are open concurrently, they won't both open a sync stream. Doing so would waste resources.

Implementation

@internal
ActiveDatabaseGroup get group => _activeGroup;