isExpired property

bool get isExpired

Whether the token has expired or not.

Throws FormatException if the payload is invalid.

Implementation

bool get isExpired => willExpired(Duration.zero);