instance property
LivenessCooldownService
get
instance
Implementation
static LivenessCooldownService get instance {
_instance ??= LivenessCooldownService._();
return _instance!;
}
static LivenessCooldownService get instance {
_instance ??= LivenessCooldownService._();
return _instance!;
}