hasApiKey property

bool get hasApiKey

Whether a credential is available.

Implementation

bool get hasApiKey => apiKey.trim().isNotEmpty;