PlacesPredictions constructor
PlacesPredictions({
- String? status,
- List<
PlaceResponse> ? predictions,
Implementation
PlacesPredictions({this.status, this.predictions});