LivenessDetectionCooldown class
Constructors
- LivenessDetectionCooldown({int failedAttempts = 0, DateTime? cooldownEndTime, bool isInCooldown = false})
-
const
-
LivenessDetectionCooldown.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cooldownEndTime → DateTime?
-
final
- failedAttempts → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isInCooldown → bool
-
final
- remainingCooldownTime → Duration
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{int? failedAttempts, DateTime? cooldownEndTime, bool? isInCooldown}) → LivenessDetectionCooldown -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited