common property
Returns the CommonDatabase.
null
here means the database is closed.
Implementation
CommonDatabase? get common => _common.db;
Returns the CommonDatabase.
null
here means the database is closed.
CommonDatabase? get common => _common.db;