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