isOtpExpired property

bool get isOtpExpired

Whether the otp has expired or not.

Implementation

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