isNotEmpty property

bool get isNotEmpty

Whether this instance contains real token data.

Returns true when this instance differs from empty. Does not validate token expiration.

Implementation

bool get isNotEmpty => this != AuthTokenModel.empty;