GoogleFirebasePredictionsV1beta1ComputePredictionsResponse constructor

GoogleFirebasePredictionsV1beta1ComputePredictionsResponse({
  1. List<GoogleFirebasePredictionsV1beta1Prediction>? predictions,
})

Implementation

GoogleFirebasePredictionsV1beta1ComputePredictionsResponse({
  this.predictions,
});