db property

CommonDatabase? get db

Returns the CommonDatabase.

null here means the database is closed.

Implementation

CommonDatabase? get db => _provider.db;