apiKey property

bool? get apiKey

Implementation

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

Implementation

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