isEmpty property

bool get isEmpty

Whether this instance represents the absent-token sentinel.

Returns true when this instance equals empty. Does not validate token expiration — use isTokenExpired for that.

Implementation

bool get isEmpty => this == AuthTokenModel.empty;