getInstance static method

TDB getInstance()

Implementation

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