hasToken property

bool get hasToken

Whether a token was loaded.

Implementation

bool get hasToken => token != null && token!.isNotEmpty;