FindPlaceResponse constructor

FindPlaceResponse({
  1. String? status,
  2. List<String>? htmlAttributions,
  3. String? nextPageToken,
  4. DebugLog? debugLog,
  5. List<SearchCandidate>? candidates,
})

Implementation

FindPlaceResponse({
  this.status,
  this.htmlAttributions,
  this.nextPageToken,
  this.debugLog,
  this.candidates,
});