NearbySearchResponse constructor

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

Implementation

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