hasExpired property

bool get hasExpired

Has the access token expired?

Implementation

bool get hasExpired => DateTime.now().isAfter(expiresAt);