apiKey property

String? apiKey
getter/setter pair

API key for authentication with the AI service.

This should be set before making any requests. In a production app, this would be stored securely.

Implementation

String? apiKey;