SearchSearchInformation constructor

SearchSearchInformation({
  1. String? formattedSearchTime,
  2. String? formattedTotalResults,
  3. double? searchTime,
  4. String? totalResults,
})

Implementation

SearchSearchInformation({
  this.formattedSearchTime,
  this.formattedTotalResults,
  this.searchTime,
  this.totalResults,
});