PlacesResponse constructor

PlacesResponse({
  1. required String type,
  2. required List<Feature> features,
  3. required String attribution,
})

Implementation

PlacesResponse({
  required this.type,
  // required this.query,
  required this.features,
  required this.attribution,
});