common property

CommonDatabase? get common

Returns the CommonDatabase.

null here means the database is closed.

Implementation

CommonDatabase? get common => _common.db;