hasToken property

bool hasToken

Returns true if this APICredential has a token.

Implementation

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