instance static method

dynamic instance()

Implementation

static instance() {
  _obj ??= CoreDb._();
  return _obj;
}