NewsapiClient constructor

NewsapiClient(String apiKey)

Implementation

NewsapiClient(this.apiKey) : assert(apiKey != null && apiKey.isNotEmpty);