newsapi_client
newsapi_client
NewsapiClient
NewsapiClient constructor
NewsapiClient
NewsapiClient class
Constructors
NewsapiClient
Properties
apiKey
hashCode
runtimeType
Methods
request
noSuchMethod
toString
Operators
operator ==
NewsapiClient constructor
NewsapiClient
(
String
apiKey
)
Implementation
NewsapiClient(this.apiKey) : assert(apiKey != null && apiKey.isNotEmpty);