TextSearchResponse constructor

TextSearchResponse({
  1. int? totalCount,
  2. List<Site?>? sites,
})

Implementation

TextSearchResponse({
  this.totalCount,
  this.sites,
});