ApiHelper constructor

ApiHelper({
  1. String? key,
  2. String? type,
  3. int? maxResults,
  4. String? query,
})

Implementation

ApiHelper({this.key, this.type, this.maxResults, this.query});