GoogleServiceDataModel constructor
GoogleServiceDataModel({
- String? status,
- List<
PredictionsModel> ? predictions, - String? errorMessage,
- PlaceDetailsResultModel? result,
Implementation
GoogleServiceDataModel({
this.status,
this.predictions,
this.errorMessage,
this.result,
});