ComputeInsightsResponse constructor

ComputeInsightsResponse({
  1. String? count,
  2. List<PlaceInsight>? placeInsights,
})

Implementation

ComputeInsightsResponse({this.count, this.placeInsights});