isOtpExpired property

bool isOtpExpired

Whether the otp has expired or not.

Implementation

bool get isOtpExpired => !(_otpExpirationTimer?.isActive ?? false);