apiKey property

String? get apiKey

Implementation

String? get apiKey => _$this._apiKey;
set apiKey (String? apiKey)

Implementation

set apiKey(String? apiKey) => _$this._apiKey = apiKey;