GoogleServiceDataModel constructor

GoogleServiceDataModel({
  1. String? status,
  2. List<PredictionsModel>? predictions,
  3. String? errorMessage,
  4. PlaceDetailsResultModel? result,
})

Implementation

GoogleServiceDataModel({
  this.status,
  this.predictions,
  this.errorMessage,
  this.result,
});