coolDownTime property Null safety

Duration coolDownTime

The time that must be passed before the user can try to provide credentials again.

If the value is 0, it means that no cool-down is required, and that a new PIN can be provided immediately.

Returns: a time as duration that must be passed before the user can try to provide credentials again.

Implementation

Duration get coolDownTime;