PlacesResponse constructor

PlacesResponse({
  1. String? status,
  2. List<PlaceResponse>? predictions,
})

Implementation

factory PlacesResponse({
  String? status,
  List<PlaceResponse>? predictions,
}) = _PlacesResponse;