ComputeInsightsResponse constructor
ComputeInsightsResponse({
- String? count,
- List<
PlaceInsight> ? placeInsights,
Implementation
ComputeInsightsResponse({
this.count,
this.placeInsights,
});