resendCooldownSeconds property

int get resendCooldownSeconds

Seconds the resend cooldown starts from (dashboard timer, else 60).

Implementation

int get resendCooldownSeconds =>
    resendTimerSeconds > 0 ? resendTimerSeconds : 60;