instance property

Implementation

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