db property

ScopedDatabase? db
getter/setter pair

ScopedDatabase itself.

null here means the database is closed.

Implementation

ScopedDatabase? db;