isInitialized property

bool get isInitialized

Returns true if the service has been initialized with an API key.

Implementation

bool get isInitialized => _apiKey != null;