apiKey property

String? get apiKey

Implementation

String? get apiKey => _apiKey == null ? "" : _apiKey;
set apiKey (String? apiKey)

Implementation

set apiKey(String? apiKey) => _apiKey = apiKey;