isNotExpired property

bool isNotExpired

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

Implementation

bool get isNotExpired => !isExpired;