SourceResultCount constructor

SourceResultCount({
  1. bool? hasMoreResults,
  2. String? resultCountEstimate,
  3. String? resultCountExact,
  4. Source? source,
})

Implementation

SourceResultCount({
  this.hasMoreResults,
  this.resultCountEstimate,
  this.resultCountExact,
  this.source,
});