getInstance static method

TDB2 getInstance()

Implementation

static TDB2 getInstance() {
  _instance ??= TDB2();
  return _instance!;
}