LivenessDetectionCooldown constructor

const LivenessDetectionCooldown({
  1. int failedAttempts = 0,
  2. DateTime? cooldownEndTime,
  3. bool isInCooldown = false,
})

Implementation

const LivenessDetectionCooldown({
  this.failedAttempts = 0,
  this.cooldownEndTime,
  this.isInCooldown = false,
});