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