countdownSeconds property

int get countdownSeconds

Seconds the countdown starts from.

Implementation

int get countdownSeconds =>
    _expirySeconds ?? (resendTimerSeconds > 0 ? resendTimerSeconds : 60);