getInternalDb method

Database? getInternalDb()

This should only be used when a custom function is necessary, which forces to use the method from the moor database.

Implementation

Database? getInternalDb() {
  return _db;
}