db property

Db db

Implementation

Db get db {
  if (_db == null) {
    throw MongoDbNotInitializedYet();
  }
  return _db!;
}