TopHeadlines constructor
Implementation
TopHeadlines({
this.sources,
this.query,
this.category,
this.language,
this.country,
}) : assert(sources != null ||
query != null ||
category != null ||
language != null ||
country != null);