hasExpired property

bool hasExpired

Has the access token expired?

Implementation

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