isExpired property

bool isExpired

Returns true if the access token is expired, otherwise false.

Implementation

bool get isExpired => DateTime.now().isAfter(expireAt);