DatabaseSingleton constructor

DatabaseSingleton()

Implementation

factory DatabaseSingleton() {
  return _instance;
}