TopHeadlines constructor
Implementation
TopHeadlines({
this.sources,
this.query,
this.category,
this.country,
this.pageSize: 20,
this.page,
}) : assert(sources != null ||
query != null ||
category != null ||
country != null),
assert(pageSize < 101 && pageSize > 0);