TextSearchResponse constructor

TextSearchResponse({
  1. String? status,
  2. List<String>? htmlAttributions,
  3. String? nextPageToken,
  4. DebugLog? debugLog,
  5. List<SearchResult>? results,
})

Implementation

TextSearchResponse({
  this.status,
  this.htmlAttributions,
  this.nextPageToken,
  this.debugLog,
  this.results,
});