getInstance property

TServer get getInstance

Implementation

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